Skip to content

Commit 3f706db

Browse files
committed
Update name of action used to compile examples in CI workflow
The action has been moved to a dedicated repository, where all future development work will happen.
1 parent 425e62d commit 3f706db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: arduino/actions/libraries/compile-examples@master
18+
- uses: arduino/compile-sketches@v1
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
fqbn: ${{ matrix.fqbn }}

0 commit comments

Comments
 (0)