Skip to content

Commit a7f16fd

Browse files
authored
Merge pull request #2998 from testssl/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 87ecc1c + 539af80 commit a7f16fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-3.3dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: GitHub login
4646
if: ${{ github.event_name != 'pull_request' }}
47-
uses: docker/login-action@v3
47+
uses: docker/login-action@v4
4848
with:
4949
registry: ghcr.io
5050
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)