Skip to content

Commit

Permalink
Replace compile-examples@main with compile-examples@v1. (#271)
Browse files Browse the repository at this point in the history
The released actions are guaranteed to work, while the version in main can - sometimes - break.
  • Loading branch information
aentinger authored Mar 6, 2024
1 parent 9dc8a05 commit ed8d0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ed8d0e8

Please sign in to comment.