From c4093a2eac955a470fa5ba12c18a0bc13b400e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:32:38 +0000 Subject: [PATCH] build(deps): bump docker/login-action in the updates group Bumps the updates group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.4.0 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: updates ... 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 7902148a..46319979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,14 +178,14 @@ jobs: tests/test.sh - name: Login to DockerHub - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 if: env.HAS_IMAGE_REPO_ACCESS with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.2 if: env.HAS_IMAGE_REPO_ACCESS with: registry: ghcr.io