We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
latest-changes
actions/checkout@v5
1 parent 3c3c9b5 commit 82b0925Copy full SHA for 82b0925
‎.github/workflows/latest-changes.yml‎
@@ -20,10 +20,12 @@ jobs:
20
latest-changes:
21
runs-on: ubuntu-latest
22
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
26
with:
27
# To allow latest-changes to commit to master
28
token: ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }}
- - uses: tiangolo/[email protected].0
29
+ - uses: tiangolo/[email protected].1
30
31
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments