From 630ac4de78cf46b9d3152c2d29e23f3a498cae2d Mon Sep 17 00:00:00 2001 From: "projectorigin-renovate[bot]" <150237208+projectorigin-renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:36:35 +0000 Subject: [PATCH] Update docker/login-action action to v4 --- .github/workflows/reusable-build-push-container-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-push-container-ghcr.yaml b/.github/workflows/reusable-build-push-container-ghcr.yaml index 7a0b0cb..8fab828 100644 --- a/.github/workflows/reusable-build-push-container-ghcr.yaml +++ b/.github/workflows/reusable-build-push-container-ghcr.yaml @@ -45,7 +45,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - name: Log in to the Container registry if token is set - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 if: inputs.push with: registry: ghcr.io