File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,26 @@ jobs:
2121 steps :
2222 -
2323 name : Checkout
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525 with :
2626 fetch-depth : 1
2727 -
2828 name : Cache Docker layers
29- uses : actions/cache@v2
29+ uses : actions/cache@v3
3030 with :
3131 path : /tmp/.buildx-cache
3232 key : ${{ matrix.mysql }}-${{ matrix.arch }}-buildx-${{ github.sha }}
3333 restore-keys : |
3434 ${{ matrix.mysql }}-${{ matrix.arch }}-buildx-
3535 -
3636 name : Set up QEMU
37- uses : docker/setup-qemu-action@v1
37+ uses : docker/setup-qemu-action@v2
3838 -
3939 name : Set up Docker Buildx
40- uses : docker/setup-buildx-action@v1
40+ uses : docker/setup-buildx-action@v2
4141 -
4242 name : Build and Test
43- uses : docker/build-push-action@v2
43+ uses : docker/build-push-action@v4
4444 with :
4545 push : false
4646 context : .
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 steps :
1212 -
1313 name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 -
1616 name : Set up QEMU
17- uses : docker/setup-qemu-action@v1
17+ uses : docker/setup-qemu-action@v2
1818 -
1919 name : Docker meta
2020 id : meta
21- uses : docker/metadata-action@v3
21+ uses : docker/metadata-action@v4
2222 with :
2323 images : joseluisq/mysql-client
2424 tags : |
@@ -27,10 +27,10 @@ jobs:
2727 type=semver,pattern={{major}}
2828 -
2929 name : Set up Docker Buildx
30- uses : docker/setup-buildx-action@v1
30+ uses : docker/setup-buildx-action@v2
3131 -
3232 name : Login to DockerHub
33- uses : docker/login-action@v1
33+ uses : docker/login-action@v2
3434 with :
3535 username : ${{ secrets.DOCKERHUB_USERNAME }}
3636 password : ${{ secrets.DOCKERHUB_TOKEN }}
4141 echo "VERSION=${GITHUB_REF##*/v}" >> $GITHUB_ENV
4242 -
4343 name : Build and push
44- uses : docker/build-push-action@v2
44+ uses : docker/build-push-action@v4
4545 with :
4646 push : true
4747 context : .
You can’t perform that action at this time.
0 commit comments