Skip to content

Commit 98f15bb

Browse files
authored
Merge pull request #47 from CCPBioSim/dependabot/github_actions/docker/login-action-4.4.0
Bump docker/login-action from 4.3.0 to 4.4.0
2 parents df27506 + a393910 commit 98f15bb

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.3.0
76+
uses: docker/login-action@v4.4.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.3.0
135+
uses: docker/login-action@v4.4.0
136136
with:
137137
registry: ghcr.io
138138
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)