Skip to content

Commit 9619952

Browse files
chore(deps): update docker/login-action action to v4
1 parent 2a8c47b commit 9619952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
4646
- name: Log in to the Container registry
47-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
47+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4848
with:
4949
registry: ${{ env.REGISTRY }}
5050
username: ${{ github.actor }}

0 commit comments

Comments
 (0)