Skip to content

Commit 795b366

Browse files
chore(deps): update docker/login-action action to v4
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v3.7.0 | v4.0.0 |
1 parent 1e84193 commit 795b366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
124124

125125
- name: Login to GitHub Container Registry
126-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
126+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
127127
with:
128128
registry: ghcr.io
129129
username: ${{ github.actor }}

0 commit comments

Comments
 (0)