From 34dfc30910367f91935a2388fb55bb4c77f1af16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 11:37:37 -0400 Subject: [PATCH] build(deps): bump docker/login-action from 1.14.1 to 2.0.0 (#4346) Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.14.1...v2.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-image-build.yml | 4 ++-- .github/workflows/zcash-lightwalletd.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image-build.yml b/.github/workflows/docker-image-build.yml index 75756b07..486a2220 100644 --- a/.github/workflows/docker-image-build.yml +++ b/.github/workflows/docker-image-build.yml @@ -88,7 +88,7 @@ jobs: token_format: 'access_token' - name: Login to Google Artifact Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: us-docker.pkg.dev username: oauth2accesstoken @@ -96,7 +96,7 @@ jobs: logout: false - name: Login to Google Container Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: gcr.io username: oauth2accesstoken diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index b96cbc30..4282a32b 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -89,7 +89,7 @@ jobs: token_format: 'access_token' - name: Login to Google Artifact Registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: us-docker.pkg.dev username: oauth2accesstoken