Skip to content

Commit 6e49ac9

Browse files
Update docker/login-action action to v4 (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6ab924 commit 6e49ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v6
3131
- uses: gradle/wrapper-validation-action@v3
3232
- name: Login to GitHub Packages
33-
uses: docker/login-action@v3
33+
uses: docker/login-action@v4
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}

0 commit comments

Comments
 (0)