mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 10:17:53 +00:00
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
This commit is contained in:
parent
edaad73290
commit
4444ac6089
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user