Skip to content

Commit 7856ffc

Browse files
authored
Merge pull request #6893 from geodynamics/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents e14ac00 + 33b86d6 commit 7856ffc

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_dealii_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v4
2727

2828
- name: Login to DockerHub
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@v4
3030
with:
3131
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3232
password: ${{ secrets.DOCKER_HUB_LOGIN }}

.github/workflows/build_dealii_master_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v4
2727

2828
- name: Login to DockerHub
29-
uses: docker/login-action@v3
29+
uses: docker/login-action@v4
3030
with:
3131
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3232
password: ${{ secrets.DOCKER_HUB_LOGIN }}

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
uses: docker/setup-buildx-action@v4
3535

3636
- name: Log in to the Container registry
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Login to DockerHub
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4747
password: ${{ secrets.DOCKER_HUB_LOGIN }}
@@ -86,13 +86,13 @@ jobs:
8686
uses: docker/setup-buildx-action@v4
8787

8888
- name: Login to DockerHub
89-
uses: docker/login-action@v3
89+
uses: docker/login-action@v4
9090
with:
9191
username: ${{ secrets.DOCKER_HUB_USERNAME }}
9292
password: ${{ secrets.DOCKER_HUB_LOGIN }}
9393

9494
- name: Log in to the Container registry
95-
uses: docker/login-action@v3
95+
uses: docker/login-action@v4
9696
with:
9797
registry: ghcr.io
9898
username: ${{ github.actor }}

0 commit comments

Comments
 (0)