Skip to content

Commit 64dd665

Browse files
committed
github action -- compile for arduino:esp32:nano_nora
1 parent f84cab7 commit 64dd665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arduino-nano.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@latest
25+
- uses: actions/checkout@v4
2626

2727
# Compile Examples for UNO
2828
- name: Compile examples on uno
29-
uses: arduino/compile-sketches@latest
29+
uses: arduino/compile-sketches@v1
3030
with:
3131
verbose: true
3232
fqbn: arduino:esp32:nano_nora

0 commit comments

Comments
 (0)