From 47cad5ffa6c0e09f90217a33863dec51c952760e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:24:01 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 4.4.0 to 4.5.1 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 90b3c2f..ceb2dc3 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -52,7 +52,7 @@ jobs: # avoids an avoidable failure on those events. - name: Log in to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}