Skip to content

Commit 5aaafba

Browse files
authored
Merge pull request #23 from arduino/dependabot/github_actions/compile-sketches-demo/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 122e281 + 9dab48e commit 5aaafba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-sketch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# This step makes the contents of the repository available to the workflow
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
# For more information: https://github.com/arduino/compile-sketches#readme
1818
- name: Compile sketch

0 commit comments

Comments
 (0)