Skip to content

Commit 82b0925

Browse files
authored
👷 Upgrade latest-changes GitHub Action and pin actions/checkout@v5 (#108)
1 parent 3c3c9b5 commit 82b0925

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/latest-changes.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ 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
2325
- uses: actions/checkout@v5
2426
with:
2527
# To allow latest-changes to commit to master
2628
token: ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }}
27-
- uses: tiangolo/[email protected].0
29+
- uses: tiangolo/[email protected].1
2830
with:
2931
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)