Skip to content

Commit 44a4ba4

Browse files
authored
Merge pull request #50 from CCPBioSim/dependabot/github_actions/docker/login-action-4.3.0
Bump docker/login-action from 4.2.0 to 4.3.0
2 parents fc85edc + 2ff0c02 commit 44a4ba4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.2.0
73+
uses: docker/login-action@v4.3.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.2.0
130+
uses: docker/login-action@v4.3.0
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)