Skip to content

Commit 3d2fc48

Browse files
authored
👷 Upgrade actions/checkout from v5 to v6 (#242)
1 parent fc98ec3 commit 3d2fc48

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
@@ -20,9 +20,7 @@ jobs:
2020
latest-changes:
2121
runs-on: ubuntu-latest
2222
steps:
23-
# pin to actions/checkout@v5 for compatibility with latest-changes
24-
# Ref: https://github.com/actions/checkout/issues/2313
25-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2624
with:
2725
token: ${{ secrets.UVICORN_GUNICORN_STARLETTE_DOCKER_LATEST_CHANGES }}
2826
- uses: tiangolo/latest-changes@0.4.1

0 commit comments

Comments
 (0)