From 0131fea2f41e9416c307697bb1a7dac81682e444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 14:48:18 +0000 Subject: [PATCH] chore(deps): 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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5243ec..cd66ef9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: github_token: "${{ secrets.GITHUB_TOKEN }}" - name: Login to Docker Hub registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: "registry.hub.docker.com" username: ${{ secrets.REGISTRY_USER }} @@ -52,7 +52,7 @@ jobs: registry.hub.docker.com/${{ env.image_repo }}:${{ steps.set_version.outputs.safe_version }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{github.actor}}