Skip to content

Commit b3deeef

Browse files
authored
Merge pull request #599 from Unpackerr/renovate/docker-login-action-4.x
chore(deps): update docker/login-action action to v4
2 parents 707930c + b687361 commit b3deeef

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
@@ -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)