From 48611dce13da1e4706148188e05b1941b5513d01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:38:40 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.4.0 --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c46126b..d508fd0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -299,7 +299,7 @@ jobs: # logout: false leaves the cached creds in place for downstream steps. - name: Login to ghcr.io if: steps.skip-gate.outputs.skipped == 'false' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 continue-on-error: true with: registry: ghcr.io @@ -309,7 +309,7 @@ jobs: - name: Login to docker.io if: steps.skip-gate.outputs.skipped == 'false' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 continue-on-error: true with: username: ${{ steps.creds.outputs.DOCKERHUB_USERNAME }} @@ -318,7 +318,7 @@ jobs: - name: Login to registry.gitlab.com if: steps.skip-gate.outputs.skipped == 'false' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 continue-on-error: true with: registry: registry.gitlab.com @@ -328,7 +328,7 @@ jobs: - name: Login to gitlab-container.zenterprise.org if: steps.skip-gate.outputs.skipped == 'false' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 continue-on-error: true with: registry: gitlab-container.zenterprise.org