Skip to content
This repository was archived by the owner on Apr 6, 2025. It is now read-only.

Commit a3f5f56

Browse files
authored
Never use @main action, prefer a versioned action instead (i.e. @v1). (#16)
1 parent 67647ac commit a3f5f56

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
@@ -83,7 +83,7 @@ jobs:
8383
run: pip3 install pyserial
8484

8585
- name: Compile examples
86-
uses: arduino/compile-sketches@main
86+
uses: arduino/compile-sketches@v1
8787
with:
8888
fqbn: ${{ matrix.board.fqbn }}
8989
platforms: ${{ matrix.board.platforms }}

0 commit comments

Comments
 (0)