mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
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:
parent
701982964b
commit
e87927f35c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/compile-all-batteries.yml
vendored
2
.github/workflows/compile-all-batteries.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
||||||
# We use the `arduino/setup-arduino-cli` action to install and
|
# We use the `arduino/setup-arduino-cli` action to install and
|
||||||
# configure the Arduino CLI on the system.
|
# configure the Arduino CLI on the system.
|
||||||
- name: Setup Arduino CLI
|
- name: Setup Arduino CLI
|
||||||
uses: arduino/setup-arduino-cli@v1
|
uses: arduino/setup-arduino-cli@v2
|
||||||
|
|
||||||
# We then install the platform.
|
# We then install the platform.
|
||||||
- name: Install platform
|
- name: Install platform
|
||||||
|
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
# We use the `arduino/setup-arduino-cli` action to install and
|
# We use the `arduino/setup-arduino-cli` action to install and
|
||||||
# configure the Arduino CLI on the system.
|
# configure the Arduino CLI on the system.
|
||||||
- name: Setup Arduino CLI
|
- name: Setup Arduino CLI
|
||||||
uses: arduino/setup-arduino-cli@v1
|
uses: arduino/setup-arduino-cli@v2
|
||||||
|
|
||||||
# We then install the platform.
|
# We then install the platform.
|
||||||
- name: Install platform
|
- name: Install platform
|
||||||
|
|
2
.github/workflows/compile-all-inverters.yml
vendored
2
.github/workflows/compile-all-inverters.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
# We use the `arduino/setup-arduino-cli` action to install and
|
# We use the `arduino/setup-arduino-cli` action to install and
|
||||||
# configure the Arduino CLI on the system.
|
# configure the Arduino CLI on the system.
|
||||||
- name: Setup Arduino CLI
|
- name: Setup Arduino CLI
|
||||||
uses: arduino/setup-arduino-cli@v1
|
uses: arduino/setup-arduino-cli@v2
|
||||||
|
|
||||||
# We then install the platform.
|
# We then install the platform.
|
||||||
- name: Install platform
|
- name: Install platform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue