Skip to content

Commit 256ad33

Browse files
committedAug 2, 2021
Use modern action version in sketch compilation workflow
The GitHub Actions action used to do a "smoke test" compilation of the examples has graduated from an "experimental" project to a stable state and been moved from its original home in the `arduino/actions` repository to a dedicated permanent home at `arduino/compile-sketches`. The copy in the previous repository is unmaintained and deprecated and its use results in a warning of such in the workflow run summary and logs.
1 parent 6e29169 commit 256ad33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/compile-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
uses: actions/checkout@v2
200200

201201
- name: Compile examples
202-
uses: arduino/actions/libraries/compile-examples@master
202+
uses: arduino/compile-sketches@v1
203203
with:
204204
fqbn: ${{ matrix.board.fqbn }}
205205
libraries: |

0 commit comments

Comments
 (0)
Please sign in to comment.