Skip to content

Commit eb05622

Browse files
authored
Merge pull request #28 from arduino/dependabot/github_actions/arduino/setup-arduino-cli-2
Bump arduino/setup-arduino-cli from 1 to 2
2 parents 5aadd26 + cae70e6 commit eb05622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# We use the `arduino/setup-arduino-cli` action to install and
4848
# configure the Arduino CLI on the system.
4949
- name: Setup Arduino CLI
50-
uses: arduino/setup-arduino-cli@v1
50+
uses: arduino/setup-arduino-cli@v2
5151

5252
# We then install the platform, which one will be determined
5353
# dynamically by the build matrix.

0 commit comments

Comments
 (0)