Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-cli-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6f42c12
Choose a base ref
...
head repository: arduino/arduino-cli-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 69cf36e
Choose a head ref
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 7, 2021

  1. Add demonstration of arduino/compile-sketches action

    The GitHub Actions workflow provides a minimal demonstration of using the arduino/compile-sketches action for a
    "smoke test" sketch compilation CI check.
    per1234 committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    71c4305 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Merge pull request #4 from per1234/compile-sketches-demo

    Add demonstration of arduino/compile-sketches action
    per1234 authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7952cff View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    5238bc3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    d753c44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from arduino/dependabot/github_actions/compile…

    …-sketches-demo/actions/checkout-3
    
    Bump actions/checkout from 2 to 3
    per1234 authored May 2, 2023
    Configuration menu
    Copy the full SHA
    122e281 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9dab48e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #23 from arduino/dependabot/github_actions/compile…

    …-sketches-demo/actions/checkout-4
    
    Bump actions/checkout from 3 to 4
    per1234 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5aaafba View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    3d47e48 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge pull request #32 from arduino/dependabot/github_actions/compile…

    …-sketches-demo/actions/checkout-5
    
    Bump actions/checkout from 4 to 5
    per1234 authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    69cf36e View commit details
    Browse the repository at this point in the history
Loading