Skip to content

Commit add5361

Browse files
authored
Merge pull request #31 from CCPBioSim/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents 3b23e8a + 69d257e commit add5361

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

0 commit comments

Comments
 (0)