Bump arduino/setup-arduino-cli from 1 to 2

Bumps [arduino/setup-arduino-cli](https://github.com/arduino/setup-arduino-cli) from 1 to 2.
- [Release notes](https://github.com/arduino/setup-arduino-cli/releases)
- [Commits](https://github.com/arduino/setup-arduino-cli/compare/v1...v2)

---
updated-dependencies:
- dependency-name: arduino/setup-arduino-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-08 01:58:12 +00:00 committed by GitHub
parent 701982964b
commit e87927f35c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ jobs:
# We use the `arduino/setup-arduino-cli` action to install and
# configure the Arduino CLI on the system.
- name: Setup Arduino CLI
uses: arduino/setup-arduino-cli@v1
uses: arduino/setup-arduino-cli@v2
# We then install the platform.
- name: Install platform

View file

@ -74,7 +74,7 @@ jobs:
# We use the `arduino/setup-arduino-cli` action to install and
# configure the Arduino CLI on the system.
- name: Setup Arduino CLI
uses: arduino/setup-arduino-cli@v1
uses: arduino/setup-arduino-cli@v2
# We then install the platform.
- name: Install platform

View file

@ -64,7 +64,7 @@ jobs:
# We use the `arduino/setup-arduino-cli` action to install and
# configure the Arduino CLI on the system.
- name: Setup Arduino CLI
uses: arduino/setup-arduino-cli@v1
uses: arduino/setup-arduino-cli@v2
# We then install the platform.
- name: Install platform