From 4444ac60890dc4e69c5ffe1ce6bd563dffee93d9 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 18 Jul 2024 10:52:34 +1000 Subject: [PATCH 1/2] 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 11de09af7..c5a538f8c 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" From 8653e088a3b60955f0063c962a4aac013cf71954 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 18 Jul 2024 11:03:30 +1000 Subject: [PATCH 2/2] chore: bump arduino-cli ver --- .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 c5a538f8c..987268a72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: - name: Install Arduino CLI uses: arduino/setup-arduino-cli@v2 with: - version: "0.32.2" + version: "1.0.2" - name: Prepare build environment run: | @@ -259,7 +259,7 @@ jobs: - name: Install Arduino CLI uses: arduino/setup-arduino-cli@v2 with: - version: "0.32.2" + version: "1.0.2" - name: Prepare build environment run: |