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.
1 parent a1f524b commit dbde360Copy full SHA for dbde360
.github/workflows/latest-changes.yml
@@ -20,9 +20,7 @@ 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
+ - uses: actions/checkout@v6
26
with:
27
# To allow latest-changes to commit to master
28
token: ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }}
0 commit comments