File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 deploy :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set up Docker Buildx
1717 uses : docker/setup-buildx-action@v3
1818 - name : Login to DockerHub
Original file line number Diff line number Diff line change 2020 latest-changes :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 # To allow latest-changes to commit to master
2626 token : ${{ secrets.NGINX_RTMP_DOCKER_LATEST_CHANGES }}
Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Docker Buildx
2121 uses : docker/setup-buildx-action@v3
2222 - name : Build Image
You can’t perform that action at this time.
0 commit comments