From 31ad98441d2f9a1440cd2422bf9330572f638198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:05:02 +0000 Subject: [PATCH] chore(deps): 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/release_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 5b71760..2367b4d 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -75,12 +75,12 @@ jobs: env: KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} - name: dockerhub-login - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: ghcr-login - uses: docker/login-action@v3 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }}