From de560e51e8b27ffd06dd59b8581961803e2b476f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:28:13 +0000 Subject: [PATCH 1/2] build(deps): bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' 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 da0ccff..5d8ebff 100644 --- a/.github/workflows/pathogen-repo-ci.yaml +++ b/.github/workflows/pathogen-repo-ci.yaml @@ -187,7 +187,7 @@ jobs: env: token-available: ${{ secrets.DOCKER_TOKEN_PUBLIC_READ_ONLY != '' }} name: Log in to docker.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: docker.io username: nextstrainbot @@ -197,7 +197,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@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} From dd60f7d40873be10fc57bdcbda6d4debdd93d4df Mon Sep 17 00:00:00 2001 From: Victor Lin Date: Tue, 10 Mar 2026 16:32:57 -0700 Subject: [PATCH 2/2] Update source files --- .github/workflows/pathogen-repo-ci.yaml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pathogen-repo-ci.yaml.in b/.github/workflows/pathogen-repo-ci.yaml.in index b1c0a54..46aff5e 100644 --- a/.github/workflows/pathogen-repo-ci.yaml.in +++ b/.github/workflows/pathogen-repo-ci.yaml.in @@ -158,7 +158,7 @@ jobs: env: token-available: ${{ secrets.DOCKER_TOKEN_PUBLIC_READ_ONLY != '' }} name: Log in to docker.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: docker.io username: nextstrainbot @@ -169,7 +169,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@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}