Skip to content

Commit f6d548a

Browse files
renovate[bot]b-fein
authored andcommitted
chore(deps): update docker/login-action action to v4
1 parent 053af9a commit f6d548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# https://github.com/docker/login-action
4646
- name: Log into registry ${{ env.REGISTRY }}
4747
if: github.event_name != 'pull_request'
48-
uses: docker/login-action@v3.7.0
48+
uses: docker/login-action@v4.0.0
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)