Skip to content

Commit 71e326b

Browse files
authored
Merge pull request #680 from OpenConext/dependabot/github_actions/github-actions-d5ebea38e7
Bump docker/login-action from 3 to 4 in the github-actions group
2 parents c932c60 + a3ff362 commit 71e326b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: docker/setup-buildx-action@v3
151151

152152
- name: Login to GitHub Container Registry
153-
uses: docker/login-action@v3
153+
uses: docker/login-action@v4
154154
with:
155155
registry: ghcr.io
156156
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)