Skip to content

Commit

Permalink
chore(ci): bump setup-arduino-ci version to remove nodejs warning (#995)
Browse files Browse the repository at this point in the history
* chore(ci): bump setup-arduino-ci version to remove nodejs warning

Gets rid of the numerous  "The following actions
uses Node.js version which is deprecated and will
be forced to run on node20" warnings

* chore: bump arduino-cli ver
  • Loading branch information
pfeerick authored Jul 18, 2024
1 parent edaad73 commit b449212
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1.1.2
uses: arduino/setup-arduino-cli@v2
with:
version: "0.32.2"
version: "1.0.2"

- name: Prepare build environment
run: |
Expand Down Expand Up @@ -257,9 +257,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1.1.2
uses: arduino/setup-arduino-cli@v2
with:
version: "0.32.2"
version: "1.0.2"

- name: Prepare build environment
run: |
Expand Down

0 comments on commit b449212

Please sign in to comment.