From ed8d0e8fb256163502ba2a4ffcd204e04fa0969c Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Wed, 6 Mar 2024 11:00:46 +0100 Subject: [PATCH] Replace compile-examples@main with compile-examples@v1. (#271) The released actions are guaranteed to work, while the version in main can - sometimes - break. --- .github/workflows/compile-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 1c70863b..9fb5b98c 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v4 - name: Compile examples - uses: arduino/compile-sketches@main + uses: arduino/compile-sketches@v1 with: fqbn: ${{ matrix.board.fqbn }} platforms: ${{ matrix.board.platforms }}