From cdba2461af10f7cf7f5417abde65a06839ea5538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:05:21 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-latest-release.yaml | 6 +++--- .github/workflows/build-sb-latest-release.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-latest-release.yaml b/.github/workflows/build-latest-release.yaml index bc50eba..18c8b43 100644 --- a/.github/workflows/build-latest-release.yaml +++ b/.github/workflows/build-latest-release.yaml @@ -45,7 +45,7 @@ jobs: ref: ${{ needs.get-release-tag.outputs.release-tag }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -73,7 +73,7 @@ jobs: ref: ${{ needs.get-release-tag.outputs.release-tag }} - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -96,7 +96,7 @@ jobs: needs: [get-release-tag, build-amd64, build-arm64] steps: - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/build-sb-latest-release.yaml b/.github/workflows/build-sb-latest-release.yaml index 86b4e5b..c2aa12e 100644 --- a/.github/workflows/build-sb-latest-release.yaml +++ b/.github/workflows/build-sb-latest-release.yaml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -66,7 +66,7 @@ jobs: uses: actions/checkout@v4 - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -91,7 +91,7 @@ jobs: needs: [get-sb-tag, build-amd64, build-arm64] steps: - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}