Skip to content

Commit b99f15f

Browse files
chore(deps): bump docker/setup-buildx-action from 3 to 4 (#2579)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c17a3e commit b99f15f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
python-version: '3.13'
227227

228228
- name: Set up Docker Buildx
229-
uses: docker/setup-buildx-action@v3
229+
uses: docker/setup-buildx-action@v4
230230

231231
- name: Log in to GHCR
232232
uses: docker/login-action@v4
@@ -356,7 +356,7 @@ jobs:
356356
echo "Using SHORT_SHA: $SHORT_SHA"
357357
358358
- name: Set up Docker Buildx
359-
uses: docker/setup-buildx-action@v3
359+
uses: docker/setup-buildx-action@v4
360360

361361
- name: Log in to GHCR
362362
uses: docker/login-action@v4

0 commit comments

Comments
 (0)