Skip to content

Commit efb4cf3

Browse files
Update docker/login-action action to v4
1 parent 6f51dfe commit efb4cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
2424

2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
26+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)