From 87e2ccb8438248922687cb550a3822fd5d12f174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:53:54 +0000 Subject: [PATCH] build(deps): bump docker/login-action Bumps the infrastructure group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infrastructure ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26b0757..732e7df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -290,7 +290,7 @@ jobs: cleanup: false keep-state: true - - uses: docker/login-action@v4 + - uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -357,7 +357,7 @@ jobs: - name: Refresh ghcr login before retry if: steps.publish_attempt_1.outcome == 'failure' - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -387,7 +387,7 @@ jobs: - name: Refresh ghcr login before final retry if: steps.publish_attempt_1.outcome == 'failure' && steps.publish_attempt_2.outcome == 'failure' - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}