Skip to content

Commit 0c64e09

Browse files
authored
Merge pull request #2702 from testssl/dependabot/github_actions/docker/login-action-3.4.0
Bump docker/login-action from 3.3.0 to 3.4.0
2 parents 87d57bb + 9976465 commit 0c64e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: GitHub login
4343
if: ${{ github.event_name != 'pull_request' }}
44-
uses: docker/login-action@v3.3.0
44+
uses: docker/login-action@v3.4.0
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)