From 5762fb278864650edf12a383ac79e473f9c41ef4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:49:33 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/release_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_image.yml b/.github/workflows/release_image.yml index 0c617f2..2f5c305 100644 --- a/.github/workflows/release_image.yml +++ b/.github/workflows/release_image.yml @@ -46,7 +46,7 @@ jobs: - name: Log into ghcr registry if: github.event_name != 'pull_request' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }}