Skip to content

Commit ed8d0e8

Browse files
authored
Replace compile-examples@main with compile-examples@v1. (#271)
The released actions are guaranteed to work, while the version in main can - sometimes - break.
1 parent 9dc8a05 commit ed8d0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: Compile examples
58-
uses: arduino/compile-sketches@main
58+
uses: arduino/compile-sketches@v1
5959
with:
6060
fqbn: ${{ matrix.board.fqbn }}
6161
platforms: ${{ matrix.board.platforms }}

0 commit comments

Comments
 (0)