Skip to content

Commit bf71c45

Browse files
authored
Merge pull request #456 from juliusknorr/dependabot/github_actions/docker/login-action-4
2 parents bfeb093 + 2c39503 commit bf71c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
restore-keys: |
6262
${{ matrix.container }}-buildx-
6363
- name: Log in to GitHub Container Registry
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}

0 commit comments

Comments
 (0)