Skip to content

Commit d724bc3

Browse files
authored
Merge pull request #1834 from 4C-multiphysics/dependabot/github_actions/dot-github/workflows/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0 in /.github/workflows
2 parents de0d1fc + a27f68b commit d724bc3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
with:
103103
skip-check: 'true'
104104
- name: Log in to the Container registry
105-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
105+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
106106
with:
107107
registry: ${{ env.REGISTRY }}
108108
username: ${{ github.actor }}

.github/workflows/docker_prebuilt_4c.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout repository
2626
uses: actions/checkout@v6
2727
- name: Log in to the Container registry
28-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
28+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout repository
6868
uses: actions/checkout@v6
6969
- name: Log in to the Container registry
70-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
70+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
7171
with:
7272
registry: ${{ env.REGISTRY }}
7373
username: ${{ github.actor }}

.github/workflows/trilinos-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@v6
2626
- name: Log in to the Container registry
27-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
27+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}

0 commit comments

Comments
 (0)