File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,22 +24,22 @@ jobs:
2424 tags : vitasdk/vitasdk:non-root
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828
2929 - name : Set up QEMU
30- uses : docker/setup-qemu-action@v2
30+ uses : docker/setup-qemu-action@v3
3131
3232 - name : Set up Docker Buildx
33- uses : docker/setup-buildx-action@v2
33+ uses : docker/setup-buildx-action@v3
3434
3535 - name : Login to DockerHub
36- uses : docker/login-action@v2
36+ uses : docker/login-action@v3
3737 with :
3838 username : ${{ secrets.DOCKER_USERNAME }}
3939 password : ${{ secrets.DOCKER_PASSWORD }}
4040 if : github.event_name != 'pull_request'
4141
42- - uses : docker/build-push-action@v4
42+ - uses : docker/build-push-action@v6
4343 with :
4444 context : ${{ matrix.context }}
4545 push : ${{ github.event_name != 'pull_request' }}
You can’t perform that action at this time.
0 commit comments