Skip to content

Commit 99910ca

Browse files
Bump docker/login-action from 3 to 4 (actions#4278)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Salman Chishti <salmanmkc@GitHub.com>
1 parent bcd04cf commit 99910ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-buildx-action@v3
4242

4343
- name: Log into registry ${{ env.REGISTRY }}
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
registry: ${{ env.REGISTRY }}
4747
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
uses: docker/setup-buildx-action@v3
313313

314314
- name: Log into registry ${{ env.REGISTRY }}
315-
uses: docker/login-action@v3
315+
uses: docker/login-action@v4
316316
with:
317317
registry: ${{ env.REGISTRY }}
318318
username: ${{ github.actor }}

0 commit comments

Comments
 (0)