Commit 783bc98
committed
Pin sketch compilation actions to major version refs
Previously, the development versions of Arduino's sketch compilation actions were used in the project's GitHub Actions
workflows. Using release versions of the actions instead provides a more stable CI system.
Use of the major version ref will cause the workflow to benefit from ongoing development to the action up until such
time as a new major release is made, at which time we would need to evaluate whether any changes to the workflow are
required by the breaking change that triggered the major release before updating the major ref
(e.g., `uses: arduino/compile-sketches@v1` -> `uses: arduino/compile-sketches@v2`).1 parent ed6838d commit 783bc98
File tree
2 files changed
+2
-2
lines changed- .github/workflows
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
0 commit comments