From 2da200309216284ca3f68e6c9fe4ae7715c11e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:50:42 +0000 Subject: [PATCH] Bump docker/login-action in /.github/actions/login-gar Bumps [docker/login-action](https://github.com/docker/login-action) from 3.4.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/74a5d142397b4f367a81961eba4e8cd7edddf772...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/actions/login-gar/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/login-gar/action.yml b/.github/actions/login-gar/action.yml index 4b9d3ac..6fe1417 100644 --- a/.github/actions/login-gar/action.yml +++ b/.github/actions/login-gar/action.yml @@ -25,7 +25,7 @@ runs: - name: login to GAR if: steps.gcp-auth.outcome == 'success' - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ inputs.registry }} username: oauth2accesstoken