Skip to content

Commit d353837

Browse files
chore(deps): update docker/login-action action to v4
1 parent 53d9f0b commit d353837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: docker/setup-buildx-action@v4
3232
- name: Login to GitHub Container Registry
3333
if: github.event_name != 'pull_request'
34-
uses: docker/login-action@v3
34+
uses: docker/login-action@v4
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.actor }}

0 commit comments

Comments
 (0)