Skip to content

Commit 5aa1e1d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pipeline.yml

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

376376
- name: Log in to GHCR
377-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
377+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
378378
with:
379379
registry: ${{ env.REGISTRY }}
380380
username: ${{ github.actor }}

0 commit comments

Comments
 (0)