Skip to content

Commit d07be67

Browse files
authored
Merge pull request #17 from arduino-libraries/dependabot/github_actions/dot-github/workflows/actions/checkout-5
Bump actions/checkout from 4 to 5 in /.github/workflows
2 parents 975a207 + 496c303 commit d07be67

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333

3434
- name: Download JSON schema for labels configuration file
3535
id: download-schema
@@ -109,7 +109,7 @@ jobs:
109109
echo "flag=--dry-run" >> $GITHUB_OUTPUT
110110
111111
- name: Checkout repository
112-
uses: actions/checkout@v4
112+
uses: actions/checkout@v5
113113

114114
- name: Download configuration file artifacts
115115
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)