From 3ff8ab3d416ce48c4040e7ff2bba17a2fdee35b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:43:49 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 5026ba7..72ecbe1 100644 --- a/action.yml +++ b/action.yml @@ -174,7 +174,7 @@ runs: - name: Login to GCR if: inputs.gcr_auth == 'true' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: eu.gcr.io username: oauth2accesstoken @@ -182,7 +182,7 @@ runs: - name: Login to Docker GAR if: inputs.gar_docker_auth == 'true' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: europe-west3-docker.pkg.dev username: oauth2accesstoken