Skip to content

Commit 7cc1cdf

Browse files
chore(deps): update docker/login-action action to v4.1.0 (#348)
Co-authored-by: xlion-bot-renovate[bot] <218815870+xlion-bot-renovate[bot]@users.noreply.github.com>
1 parent a1d7385 commit 7cc1cdf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
type=ref,event=pr,suffix=-${{ matrix.job.name }}
7474
7575
- name: Login ghcr.io
76-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
76+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.actor }}
@@ -193,7 +193,7 @@ jobs:
193193
echo "arm64_digest=$ARM64_DIGEST" >> "$GITHUB_OUTPUT"
194194
195195
- name: Login ghcr.io
196-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
196+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
197197
with:
198198
registry: ghcr.io
199199
username: ${{ github.actor }}
@@ -339,7 +339,7 @@ jobs:
339339
run: echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT
340340

341341
- name: Login ghcr.io
342-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
342+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
343343
with:
344344
registry: ghcr.io
345345
username: ${{ github.actor }}

0 commit comments

Comments
 (0)