Skip to content

Commit 9a47d78

Browse files
chore(deps): update docker/login-action action to v4
1 parent b5610bd commit 9a47d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: src/github.com/${{ env.ORIGINAL_REPO_NAME }}
2020
- uses: docker/setup-buildx-action@v3
2121
- name: Login to GitHub Container Registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)