Skip to content

Commit 247b6e4

Browse files
chore(deps): update docker/login-action action to v4 (#590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff6df3a commit 247b6e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
run: echo "commit=$(git rev-parse --short=8 $GITHUB_SHA)" >> $GITHUB_OUTPUT
203203

204204
- uses: docker/setup-buildx-action@v3
205-
- uses: docker/login-action@v3
205+
- uses: docker/login-action@v4
206206
with:
207207
registry: cr.noelware.cloud
208208
username: noelbot
@@ -247,7 +247,7 @@ jobs:
247247
- uses: auguwu/git-tag-action@v2
248248
id: tag
249249
- uses: docker/setup-buildx-action@v3
250-
- uses: docker/login-action@v3
250+
- uses: docker/login-action@v4
251251
with:
252252
registry: cr.noelware.cloud
253253
username: noelbot

0 commit comments

Comments
 (0)