From d2a375ae46bf216906619ebad38347ef907969c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:35:08 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4 to 4.5.2 Bumps [docker/login-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-ops.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-ops.yml b/.github/workflows/docker-ops.yml index 5f3edd6..9c1ea4c 100644 --- a/.github/workflows/docker-ops.yml +++ b/.github/workflows/docker-ops.yml @@ -965,7 +965,7 @@ jobs: - name: Log in to Docker Hub if: env.DOCKER_HAS_CREDENTIALS == 'true' - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ env.DOCKER_LOGIN }} password: ${{ env.DOCKER_TOKEN }} @@ -1286,7 +1286,7 @@ jobs: cache-binary: ${{ needs.config.outputs.enable_cache == 'true' }} - name: Log in - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ env.DOCKER_LOGIN }} password: ${{ env.DOCKER_PASSWORD }} @@ -1439,7 +1439,7 @@ jobs: cache-binary: ${{ needs.config.outputs.enable_cache == 'true' }} - name: Log in - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ env.DOCKER_LOGIN }} password: ${{ env.DOCKER_PASSWORD }} @@ -1584,7 +1584,7 @@ jobs: cache-binary: ${{ needs.config.outputs.enable_cache == 'true' }} - name: Log in - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ env.DOCKER_LOGIN }} password: ${{ env.DOCKER_PASSWORD }} @@ -1683,7 +1683,7 @@ jobs: - name: Log in to Docker Hub if: env.DOCKER_HAS_CREDENTIALS == 'true' - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }} @@ -1851,7 +1851,7 @@ jobs: - name: Log in to Docker Hub if: env.DOCKER_HAS_CREDENTIALS == 'true' - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ env.DOCKER_USERNAME }} password: ${{ env.DOCKER_PASSWORD }}