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:
Dirk Wetter
2026-03-12 11:00:30 +01:00
committed by GitHub

View File

@@ -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 }}