File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Setup Node.js
1818 uses : actions/setup-node@v3
1919 with :
3838 needs : build
3939 if : startsWith(github.ref, 'refs/tags')
4040 steps :
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - name : Setup Node.js
4343 uses : actions/setup-node@v3
4444 with :
@@ -75,23 +75,23 @@ jobs:
7575 steps :
7676 - name : Docker Metadata
7777 id : docker_meta
78- uses : docker/metadata-action@v4
78+ uses : docker/metadata-action@v5
7979 with :
8080 images : ghcr.io/spongepowered/sponge-docs-theme
8181 tags : |
8282 latest
8383 - name : Set up QEMU
84- uses : docker/setup-qemu-action@v2
84+ uses : docker/setup-qemu-action@v3
8585 - name : Set up Docker Buildx
86- uses : docker/setup-buildx-action@v2
86+ uses : docker/setup-buildx-action@v3
8787 - name : Login to ghcr.io
88- uses : docker/login-action@v2
88+ uses : docker/login-action@v3
8989 with :
9090 registry : ghcr.io
9191 username : ${{ github.actor }}
9292 password : ${{ secrets.GITHUB_TOKEN }}
9393 - name : Build and push
94- uses : docker/build-push-action@v3
94+ uses : docker/build-push-action@v5
9595 with :
9696 push : true
9797 tags : ${{ steps.docker_meta.outputs.tags }}
You can’t perform that action at this time.
0 commit comments