Skip to content

Commit 7cd531a

Browse files
chore(deps): update docker/login-action action to v4
1 parent 4cb43a3 commit 7cd531a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
1818

1919
- name: Login to ghcr.io
20-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
20+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)