Skip to content

Commit 8f540bc

Browse files
Bump actions/checkout from 5 to 6 in /.github/workflows
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a346e69 commit 8f540bc

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@v5
32+
uses: actions/checkout@v6
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@v5
112+
uses: actions/checkout@v6
113113

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

0 commit comments

Comments
 (0)