Skip to content

Commit 720e9c2

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 a69b8b6 commit 720e9c2

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
@@ -24,9 +24,9 @@ jobs:
2424
env:
2525
GITHUB_CONTEXT: ${{ toJson(github) }}
2626
run: echo "$GITHUB_CONTEXT"
27-
# pin to actions/checkout@v5 for compatibility with latest-changes
27+
# pin to actions/checkout@v6 for compatibility with latest-changes
2828
# Ref: https://github.com/actions/checkout/issues/2313
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
# To allow latest-changes to commit to the main branch
3232
token: ${{ secrets.FASTAPI_NEW_LATEST_CHANGES }}

0 commit comments

Comments
 (0)