mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 16:38:12 +00:00
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:
parent
edaad73290
commit
b449212c34
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user