diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e9fb9a8..2bd9ecf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,7 +47,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 + uses: arduino/setup-arduino-cli@v2 # We then install the platform, which one will be determined # dynamically by the build matrix.