From 6e4ada9af18e298bcd4ab8f7b4c84623e37dc7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:12:41 +0000 Subject: [PATCH] Bump docker/login-action from 4.5.2 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-cd.yml | 2 +- .github/workflows/docker-release.yml | 2 +- .github/workflows/docker-testImage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml index 74f7ef8c8f5..3f240013fd4 100644 --- a/.github/workflows/docker-cd.yml +++ b/.github/workflows/docker-cd.yml @@ -57,7 +57,7 @@ jobs: # https://github.com/docker/login-action - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 9bdef4a8639..2706e53ee86 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -64,7 +64,7 @@ jobs: # https://github.com/docker/login-action - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/docker-testImage.yml b/.github/workflows/docker-testImage.yml index 30c91a6a5fc..f3f571ba1dc 100644 --- a/.github/workflows/docker-testImage.yml +++ b/.github/workflows/docker-testImage.yml @@ -55,7 +55,7 @@ jobs: # https://github.com/docker/login-action - name: Login to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKERHUB_USER }} password: ${{ secrets.DOCKERHUB_TOKEN }}