Skip to content

Commit cc0b409

Browse files
authored
Merge pull request #44 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 c77eb5f + 2e1c2e6 commit cc0b409

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
@@ -73,7 +73,7 @@ jobs:
7373
- name: Authenticate with GHCR
7474
if: github.event_name != 'pull_request'
7575
id: auth
76-
uses: docker/login-action@v4.2.0
76+
uses: docker/login-action@v4.3.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.repository_owner }}
@@ -132,7 +132,7 @@ jobs:
132132

133133
- name: Authenticate with GHCR
134134
id: auth
135-
uses: docker/login-action@v4.2.0
135+
uses: docker/login-action@v4.3.0
136136
with:
137137
registry: ghcr.io
138138
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)