chore(ci): bump setup-arduino-ci version to remove nodejs warning (#995)

* 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
This commit is contained in:
Peter Feerick 2024-07-18 20:57:48 +10:00 committed by GitHub
parent edaad73290
commit b449212c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,9 +68,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Arduino CLI - name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1.1.2 uses: arduino/setup-arduino-cli@v2
with: with:
version: "0.32.2" version: "1.0.2"
- name: Prepare build environment - name: Prepare build environment
run: | run: |
@ -257,9 +257,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Arduino CLI - name: Install Arduino CLI
uses: arduino/setup-arduino-cli@v1.1.2 uses: arduino/setup-arduino-cli@v2
with: with:
version: "0.32.2" version: "1.0.2"
- name: Prepare build environment - name: Prepare build environment
run: | run: |