Skip to content

Commit ebcf1ac

Browse files
authored
Merge pull request #21 from arduino/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents adb5f94 + 22a7e1e commit ebcf1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: Download JSON schema for labels configuration file
3333
id: download-schema
@@ -106,7 +106,7 @@ jobs:
106106
echo "::set-output name=flag::--dry-run"
107107
108108
- name: Checkout repository
109-
uses: actions/checkout@v5
109+
uses: actions/checkout@v6
110110

111111
- name: Download configuration file artifacts
112112
uses: actions/download-artifact@v6

0 commit comments

Comments
 (0)