Skip to content

Commit 71a641e

Browse files
chore(deps): update docker/login-action action to v4 (#65)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 510c220 commit 71a641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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

4444
- name: Login to Registry
45-
uses: docker/login-action@v3
45+
uses: docker/login-action@v4
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}

0 commit comments

Comments
 (0)