Skip to content

Commit a4df7ba

Browse files
authored
Merge pull request #33 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 97d7f31 + f23adf8 commit a4df7ba

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
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Authenticate with GHCR
4343
id: auth
44-
uses: docker/login-action@v4.2.0
44+
uses: docker/login-action@v4.3.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.repository_owner }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Authenticate with GHCR
100100
id: auth
101-
uses: docker/login-action@v4.2.0
101+
uses: docker/login-action@v4.3.0
102102
with:
103103
registry: ghcr.io
104104
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)