From 4444ac60890dc4e69c5ffe1ce6bd563dffee93d9 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 18 Jul 2024 10:52:34 +1000 Subject: [PATCH] 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 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11de09a..c5a538f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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"