diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 918f82a64..ad8d7926a 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -111,7 +111,7 @@ jobs: run: echo "#define IN_GITHUB_RUNNER 1" > detect_github_runner.h - name: Compile examples - uses: arduino/compile-sketches@v1 + uses: arduino/compile-sketches@v1.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} fqbn: ${{ matrix.board.fqbn }}