Skip to content

Commit 51c6c57

Browse files
Bump actions/checkout from 4 to 5 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fd7b5f commit 51c6c57

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)