We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa1b207 + 30c4acd commit 8e96a6eCopy full SHA for 8e96a6e
.github/workflows/compile-examples.yml
@@ -87,7 +87,7 @@ jobs:
87
run: mv "$GITHUB_WORKSPACE/ArduinoCore-API/api" "$GITHUB_WORKSPACE/cores/arduino"
88
89
- name: Compile examples
90
- uses: arduino/compile-sketches@main
+ uses: arduino/compile-sketches@v1
91
with:
92
github-token: ${{ secrets.GITHUB_TOKEN }}
93
fqbn: ${{ matrix.board.fqbn }}
.github/workflows/report-size-deltas.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Comment size deltas reports to PRs
11
- uses: arduino/report-size-deltas@main
+ uses: arduino/report-size-deltas@v1
12
13
# The name of the workflow artifact created by the sketch compilation workflow
14
sketches-reports-source: sketches-reports
0 commit comments