From a5ab37b491b0e1fee7773360c38608d01538fd49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 18:03:36 +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] --- .github/workflows/push-docker-images-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-docker-images-release.yml b/.github/workflows/push-docker-images-release.yml index 3b13a1cfcc..28024c827d 100644 --- a/.github/workflows/push-docker-images-release.yml +++ b/.github/workflows/push-docker-images-release.yml @@ -48,7 +48,7 @@ jobs: token_format: "access_token" access_token_lifetime: "3600s" access_token_scopes: "https://www.googleapis.com/auth/cloud-platform" - - uses: "docker/login-action@v2" + - uses: "docker/login-action@v3" with: registry: "us-west2-docker.pkg.dev" username: "oauth2accesstoken" @@ -72,7 +72,7 @@ jobs: token_format: "access_token" access_token_lifetime: "3600s" access_token_scopes: "https://www.googleapis.com/auth/cloud-platform" - - uses: "docker/login-action@v2" + - uses: "docker/login-action@v3" with: registry: "us-west2-docker.pkg.dev" username: "oauth2accesstoken"