Skip to content

Commit a08b8f1

Browse files
chore(deps): update docker/login-action action to v4
1 parent c735bae commit a08b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Login to ghcr.io
17-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
17+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.actor }}

0 commit comments

Comments
 (0)