Skip to content

Commit a6e6fba

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 c58a6b3 commit a6e6fba

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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.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)