Skip to content

Commit 758f750

Browse files
⬆ Bump actions/checkout from 5 to 6 (#2007)
* ⬆ 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 0578405 commit 758f750

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
@@ -26,9 +26,7 @@ jobs:
2626
env:
2727
GITHUB_CONTEXT: ${{ toJson(github) }}
2828
run: echo "$GITHUB_CONTEXT"
29-
# pin to actions/checkout@v5 for compatibility with latest-changes
30-
# Ref: https://github.com/actions/checkout/issues/2313
31-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3230
with:
3331
# To allow latest-changes to commit to the main branch
3432
token: ${{ secrets.LATEST_CHANGES }}

0 commit comments

Comments
 (0)