Skip to content

Commit 599507e

Browse files
renovate[bot]spantaleev
authored andcommitted
Update docker/login-action action to v4
1 parent cb905ad commit 599507e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3939
- name: Login to ghcr.io
40-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
40+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4141
with:
4242
registry: ghcr.io
4343
username: ${{ github.actor }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Docker Buildx
7272
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7373
- name: Login to ghcr.io
74-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
74+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.actor }}

0 commit comments

Comments
 (0)