Skip to content

Commit 73ba0d1

Browse files
⬆ Bump actions/checkout from 5 to 6 (#248)
* ⬆ Bump actions/checkout from 5 to 6 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] <[email protected]> * Remove comment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sofie Van Landeghem <[email protected]>
1 parent d7941b3 commit 73ba0d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/latest-changes.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
env:
2525
GITHUB_CONTEXT: ${{ toJson(github) }}
2626
run: echo "$GITHUB_CONTEXT"
27-
# pin to actions/checkout@v5 for compatibility with latest-changes
28-
# Ref: https://github.com/actions/checkout/issues/2313
29-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
3028
with:
3129
# To allow latest-changes to commit to the main branch
3230
token: ${{ secrets.LATEST_CHANGES }}

0 commit comments

Comments
 (0)