From 8653e088a3b60955f0063c962a4aac013cf71954 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 18 Jul 2024 11:03:30 +1000 Subject: [PATCH] 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 c5a538f..987268a 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: |