From 0af44c277519b06e1883b7c0f40b778bca5e71ce Mon Sep 17 00:00:00 2001 From: Jorge Rivera Date: Wed, 3 Jul 2024 18:32:14 +0200 Subject: [PATCH] Bump setup-arduino-cli action to v2 --- .github/workflows/CompileTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CompileTest.yml b/.github/workflows/CompileTest.yml index 2b1281d..7d44763 100644 --- a/.github/workflows/CompileTest.yml +++ b/.github/workflows/CompileTest.yml @@ -86,7 +86,7 @@ jobs: # We use the "arduino/setup-arduino-cli" action to install and # configure the Arduino CLI on the system. - name: Setup Arduino CLI - uses: arduino/setup-arduino-cli@v1.1.2 + uses: arduino/setup-arduino-cli@v2 # We then install the platform, which one will be determined # dynamically by the build matrix.