Skip to content

Commit cbaa9b7

Browse files
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](docker/login-action@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] <support@github.com>
1 parent 36900da commit cbaa9b7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# GITHUB_TOKEN is unreliable¹ so use a token from nextstrain-bot.
6565
# ¹ https://github.com/docker/build-push-action/issues/463#issuecomment-939394233
66-
- uses: docker/login-action@v3
66+
- uses: docker/login-action@v4
6767
with:
6868
registry: ghcr.io
6969
username: nextstrain-bot
@@ -107,7 +107,7 @@ jobs:
107107
env:
108108
TAG: ${{ needs.vars.outputs.tag }}
109109
steps:
110-
- uses: docker/login-action@v3
110+
- uses: docker/login-action@v4
111111
with:
112112
registry: ghcr.io
113113
username: nextstrain-bot
@@ -150,7 +150,7 @@ jobs:
150150
contents: read
151151
id-token: write
152152
steps:
153-
- uses: docker/login-action@v3
153+
- uses: docker/login-action@v4
154154
with:
155155
registry: ghcr.io
156156
username: nextstrain-bot
@@ -196,7 +196,7 @@ jobs:
196196

197197
- uses: docker/setup-qemu-action@v3
198198

199-
- uses: docker/login-action@v3
199+
- uses: docker/login-action@v4
200200
with:
201201
registry: ghcr.io
202202
username: nextstrain-bot
@@ -214,13 +214,13 @@ jobs:
214214
steps:
215215
- uses: actions/checkout@v6
216216

217-
- uses: docker/login-action@v3
217+
- uses: docker/login-action@v4
218218
with:
219219
registry: ghcr.io
220220
username: nextstrain-bot
221221
password: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_MANAGE_PACKAGES }}
222222

223-
- uses: docker/login-action@v3
223+
- uses: docker/login-action@v4
224224
with:
225225
registry: docker.io
226226
username: nextstrainbot
@@ -238,13 +238,13 @@ jobs:
238238
steps:
239239
- uses: actions/checkout@v6
240240

241-
- uses: docker/login-action@v3
241+
- uses: docker/login-action@v4
242242
with:
243243
registry: ghcr.io
244244
username: nextstrain-bot
245245
password: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_MANAGE_PACKAGES }}
246246

247-
- uses: docker/login-action@v3
247+
- uses: docker/login-action@v4
248248
with:
249249
registry: docker.io
250250
username: nextstrainbot

0 commit comments

Comments
 (0)