Skip to content

Commit d6dfd73

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Login against a Docker registry except on PR
4646
# https://github.com/docker/login-action
4747
- name: Log into registry ${{ env.REGISTRY }}
48-
uses: docker/login-action@v3
48+
uses: docker/login-action@v4
4949
with:
5050
registry: ${{ env.REGISTRY }}
5151
username: ${{ github.actor }}

0 commit comments

Comments
 (0)