From b449212c342c3aa1eede4c8c3f114812fc081187 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 18 Jul 2024 20:57:48 +1000 Subject: [PATCH] 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 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11de09af7..987268a72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | @@ -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: |