Skip to content

Commit 91f0406

Browse files
Update docker/login-action action to v4 (#123)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5695d50 commit 91f0406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: docker/setup-qemu-action@v3
1616
- uses: docker/setup-buildx-action@v3
17-
- uses: docker/login-action@v3
17+
- uses: docker/login-action@v4
1818
with:
1919
registry: ghcr.io
2020
username: ${{github.actor}}

0 commit comments

Comments
 (0)