Skip to content

Commit 52e612d

Browse files
chore(deps): update docker/login-action action to v3
1 parent 7b89a94 commit 52e612d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: buildx
2929
uses: docker/setup-buildx-action@v2
3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@v2
31+
uses: docker/login-action@v3
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}

0 commit comments

Comments
 (0)