Skip to content

Commit b687361

Browse files
chore(deps): update docker/login-action action to v4
1 parent cead146 commit b687361

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
@@ -209,7 +209,7 @@ jobs:
209209
# https://github.com/docker/login-action
210210
- name: Log into registry ghcr.io
211211
if: github.event_name != 'pull_request'
212-
uses: docker/login-action@v3
212+
uses: docker/login-action@v4
213213
with:
214214
registry: ghcr.io
215215
username: ${{ github.actor }}

0 commit comments

Comments
 (0)