Skip to content

Commit 8938d80

Browse files
chore(deps): update docker/login-action action to v4 (#150)
1 parent a6dd9be commit 8938d80

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
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-go-
3030
- name: Docker Login
31-
uses: docker/login-action@v3
31+
uses: docker/login-action@v4
3232
with:
3333
registry: quay.io
3434
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)