Skip to content

Commit 1ef1b20

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Login to docker registry
4848
if: ${{ github.event_name != 'pull_request' }}
49-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
49+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
5050
with:
5151
registry: docker.pkg.github.com
5252
username: ${{ github.actor }}

0 commit comments

Comments
 (0)