Skip to content

Commit dbde360

Browse files
authored
👷 Upgrade actions/checkout from v5 to v6 (#109)
1 parent a1f524b commit dbde360

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
# To allow latest-changes to commit to master
2826
token: ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }}

0 commit comments

Comments
 (0)