Skip to content

Commit 738dc8d

Browse files
authored
Merge pull request #40 from CCPBioSim/dependabot/github_actions/docker/login-action-4.1.0
2 parents 7177f0c + 33a6ba6 commit 738dc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Authenticate with GHCR
7171
if: github.event_name != 'pull_request'
7272
id: auth
73-
uses: docker/login-action@v4.0.0
73+
uses: docker/login-action@v4.1.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Authenticate with GHCR
129129
id: auth
130-
uses: docker/login-action@v4.0.0
130+
uses: docker/login-action@v4.1.0
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)