Skip to content

Commit

Permalink
chore(ci): bump setup-arduino-ci version to remove nodejs warning
Browse files Browse the repository at this point in the history
Gets rid of the numerous  "The following actions
uses Node.js version which is deprecated and will
be forced to run on node20" warnings
  • Loading branch information
pfeerick committed Jul 18, 2024
1 parent edaad73 commit 4444ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ 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"

Expand Down Expand Up @@ -257,7 +257,7 @@ 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"

Expand Down

0 comments on commit 4444ac6

Please sign in to comment.