From d29ca949a7f6ac8fe4525dcd355d2d88545668b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:45:29 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-test-linux-tls-mutual.yaml | 2 +- .github/workflows/go-test-linux-tls-not-used.yaml | 2 +- .github/workflows/go-test-linux-tls-server-side.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test-linux-tls-mutual.yaml b/.github/workflows/go-test-linux-tls-mutual.yaml index b118217..4266383 100644 --- a/.github/workflows/go-test-linux-tls-mutual.yaml +++ b/.github/workflows/go-test-linux-tls-mutual.yaml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/go-test-linux-tls-not-used.yaml b/.github/workflows/go-test-linux-tls-not-used.yaml index 14b282b..f1cc6da 100644 --- a/.github/workflows/go-test-linux-tls-not-used.yaml +++ b/.github/workflows/go-test-linux-tls-not-used.yaml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} diff --git a/.github/workflows/go-test-linux-tls-server-side.yaml b/.github/workflows/go-test-linux-tls-server-side.yaml index 21e3ba4..0e4064c 100644 --- a/.github/workflows/go-test-linux-tls-server-side.yaml +++ b/.github/workflows/go-test-linux-tls-server-side.yaml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}