From a0762840c065fc5cb6b8593ba28ec260a553efee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:45:57 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4.0.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-images.yml b/.github/workflows/publish-release-images.yml index 38f5984..7297109 100644 --- a/.github/workflows/publish-release-images.yml +++ b/.github/workflows/publish-release-images.yml @@ -152,7 +152,7 @@ jobs: done - name: Log in to GitHub Container Registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}