Skip to content

Commit 5ee8777

Browse files
ci(github-action): Update docker/login-action ( v3.7.0 → v4.0.0 )
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v3.7.0 | v4.0.0 |
1 parent 1022e70 commit 5ee8777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
2828

2929
- name: Login to Container Registry
30-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
30+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
3131
with:
3232
registry: "ghcr.io"
3333
username: "${{ github.actor }}"

0 commit comments

Comments
 (0)