Skip to content

Commit fe765f5

Browse files
⬆ 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]>
1 parent 0578405 commit fe765f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latest-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
env:
2727
GITHUB_CONTEXT: ${{ toJson(github) }}
2828
run: echo "$GITHUB_CONTEXT"
29-
# pin to actions/checkout@v5 for compatibility with latest-changes
29+
# pin to actions/checkout@v6 for compatibility with latest-changes
3030
# Ref: https://github.com/actions/checkout/issues/2313
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
# To allow latest-changes to commit to the main branch
3434
token: ${{ secrets.LATEST_CHANGES }}

0 commit comments

Comments
 (0)