Skip to content

Commit 8e96a6e

Browse files
authored
Merge pull request #181 from per1234/update-ci
Use major version refs of sketch compilation actions
2 parents fa1b207 + 30c4acd commit 8e96a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: mv "$GITHUB_WORKSPACE/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
8888

8989
- name: Compile examples
90-
uses: arduino/compile-sketches@main
90+
uses: arduino/compile-sketches@v1
9191
with:
9292
github-token: ${{ secrets.GITHUB_TOKEN }}
9393
fqbn: ${{ matrix.board.fqbn }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Comment size deltas reports to PRs
11-
uses: arduino/report-size-deltas@main
11+
uses: arduino/report-size-deltas@v1
1212
with:
1313
# The name of the workflow artifact created by the sketch compilation workflow
1414
sketches-reports-source: sketches-reports

0 commit comments

Comments
 (0)