Skip to content

Commit 9e03c7e

Browse files
authored
Auto merge! (merge-pr-in-all)
Update docker/login-action action to v4
2 parents b7cbaf2 + 6f53f50 commit 9e03c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
213213
- uses: docker/setup-buildx-action@v3.12.0
214214

215-
- uses: docker/login-action@v3.7.0
215+
- uses: docker/login-action@v4.0.0
216216
with:
217217
registry: ghcr.io
218218
username: ${{ github.repository_owner }}
@@ -271,7 +271,7 @@ jobs:
271271
with:
272272
images: ${{ env.REGISTRY_IMAGE }}
273273

274-
- uses: docker/login-action@v3.7.0
274+
- uses: docker/login-action@v4.0.0
275275
with:
276276
registry: ghcr.io
277277
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)