Skip to content

Commit f6072ee

Browse files
authored
Merge pull request #7 from per1234/major-version-pin
Pin sketch compilation actions to major version refs
2 parents af8fe14 + 783bc98 commit f6072ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: tree extras/
124124

125125
- name: Compile examples
126-
uses: arduino/compile-sketches@main
126+
uses: arduino/compile-sketches@v1
127127
with:
128128
fqbn: ${{ matrix.board.fqbn }}
129129
libraries: |

.github/workflows/report-size-deltas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212

1313
steps:
1414
- name: Comment size deltas reports to PRs
15-
uses: arduino/report-size-deltas@main
15+
uses: arduino/report-size-deltas@v1

0 commit comments

Comments
 (0)