From 8fdb6f389eeb90a6a2f6bdfe581f28cf0de53489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:50:55 +0000 Subject: [PATCH] chore(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/docker.yml | 2 +- .github/workflows/web3-docker-publish.yml | 2 +- .github/workflows/web3-indexer-docker-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 97acbf9f6..ba59f4dcb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -309,7 +309,7 @@ jobs: # GitHub automatically creates a unique GITHUB_TOKEN secret to use in this workflow. - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} diff --git a/.github/workflows/web3-docker-publish.yml b/.github/workflows/web3-docker-publish.yml index 1504aaac5..727322763 100644 --- a/.github/workflows/web3-docker-publish.yml +++ b/.github/workflows/web3-docker-publish.yml @@ -46,7 +46,7 @@ jobs: # https://github.com/docker/login-action # GitHub automatically creates a unique GITHUB_TOKEN secret to use in this workflow. - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} diff --git a/.github/workflows/web3-indexer-docker-publish.yml b/.github/workflows/web3-indexer-docker-publish.yml index 0af61d5c5..0c68ff406 100644 --- a/.github/workflows/web3-indexer-docker-publish.yml +++ b/.github/workflows/web3-indexer-docker-publish.yml @@ -46,7 +46,7 @@ jobs: # https://github.com/docker/login-action # GitHub automatically creates a unique GITHUB_TOKEN secret to use in this workflow. - name: Log into registry ${{ env.REGISTRY }} - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }}