From 7e37b12f98c6489758b76a7fb21ee2ff88e53dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:18:04 +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/pathogen-repo-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pathogen-repo-ci.yaml b/.github/workflows/pathogen-repo-ci.yaml index 2c51f84..a1d2893 100644 --- a/.github/workflows/pathogen-repo-ci.yaml +++ b/.github/workflows/pathogen-repo-ci.yaml @@ -124,7 +124,7 @@ jobs: env: token-available: ${{ secrets.DOCKER_TOKEN_PUBLIC_READ_ONLY != '' }} name: Log in to docker.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: docker.io username: nextstrainbot @@ -135,7 +135,7 @@ jobs: # nextstrain/docker-base. The automatic GITHUB_TOKEN is restricted to # read-only access by the "permissions:" block above. - name: Log in to ghcr.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}