Skip to content

Commit 94b5ea5

Browse files
authored
Merge pull request #63 from arduino-libraries/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents caad15b + 9d7ff8f commit 94b5ea5

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
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout repository
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565

6666
- name: Compile examples
6767
uses: arduino/compile-sketches@v1

0 commit comments

Comments
 (0)