Skip to content

Commit b05c03b

Browse files
authored
Bump GitHub Actions (#389)
1 parent babd681 commit b05c03b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_docker_image.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
webpsh/webps
3131
3232
- name: Login to DockerHub
33-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3434
with:
3535
username: ${{ secrets.DOCKERHUB_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737

3838
- name: Login to GitHub Container Registry
39-
uses: docker/login-action@v2
39+
uses: docker/login-action@v3
4040
with:
4141
registry: ghcr.io
4242
username: ${{ github.repository_owner }}
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/setup-buildx-action@v3
5050

5151
- name: Cache Docker layers
52-
uses: actions/cache@v2
52+
uses: actions/cache@v4
5353
with:
5454
path: /tmp/.buildx-cache
5555
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)