mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-03-22 10:43:31 +01:00
Merge pull request #2998 from testssl/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
This commit is contained in:
2
.github/workflows/docker-3.3dev.yml
vendored
2
.github/workflows/docker-3.3dev.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- name: GitHub login
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
uses: docker/login-action@v3
|
||||
uses: docker/login-action@v4
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
||||
Reference in New Issue
Block a user