File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2020 - name : Docker meta
2121 id : meta
22- uses : docker/metadata-action@v3
22+ uses : docker/metadata-action@v5
2323 with :
2424 # list of Docker images to use as base name for tags
2525 images : |
@@ -33,11 +33,11 @@ jobs:
3333 type=semver,pattern={{major}}
3434 type=sha
3535 - name : Set up QEMU
36- uses : docker/setup-qemu-action@v1
36+ uses : docker/setup-qemu-action@v3
3737 - name : Set up Docker Buildx
38- uses : docker/setup-buildx-action@v1
38+ uses : docker/setup-buildx-action@v3
3939 - name : Login to GitHub Container Registry
40- uses : docker/login-action@v1
40+ uses : docker/login-action@v3
4141 with :
4242 registry : ghcr.io
4343 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments