Skip to content

Commit 66a0c3b

Browse files
authored
Merge pull request #27 from arduino/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents af4c18c + a724ff2 commit 66a0c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260

261261
steps:
262262
- name: Checkout repository # we need package_index.template
263-
uses: actions/checkout@v2
263+
uses: actions/checkout@v3
264264

265265
- name: Download artifact
266266
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)