Skip to content

Commit 193b742

Browse files
chore(deps): update docker/login-action action to v4 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df0c517 commit 193b742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Checkout GitHub Action"
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
- name: Log in to the Container registry
32-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
32+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}

0 commit comments

Comments
 (0)