File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
1717 release :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121
22- - uses : docker/setup-qemu-action@v1
22+ - uses : docker/setup-qemu-action@v3
2323
24- - uses : docker/setup-buildx-action@v1
24+ - uses : docker/setup-buildx-action@v3
2525
26- - uses : docker/login-action@v1
26+ - uses : docker/login-action@v3
2727 with :
2828 username : ${{ secrets.DOCKER_USERNAME }}
2929 password : ${{ secrets.DOCKER_PASSWORD }}
3030
31- - uses : docker/build-push-action@v2
31+ - uses : docker/build-push-action@v6
3232 with :
3333 platforms : ${{ env.PLATFORMS }}
3434 build-args : |
3939 push : true
4040
4141 - if : ${{ always() }}
42- uses : slackapi/slack-github-action@v1.16 .0
42+ uses : slackapi/slack-github-action@v2.0 .0
4343 with :
4444 channel-id : github
4545 payload : |
You can’t perform that action at this time.
0 commit comments