From 27eeec4737affe3b5a036ec9c6235b7376624cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 12:41:38 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 3 to 4 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-format.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/native.yml | 2 +- .github/workflows/zephyr.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-format.yml b/.github/workflows/check-format.yml index 24b76ee..7b21e2c 100644 --- a/.github/workflows/check-format.yml +++ b/.github/workflows/check-format.yml @@ -44,7 +44,7 @@ jobs: - name: Set up Docker Buildx if: steps.cache.outputs.cache-hit != 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build picolibc container if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 35d7d1f..73e5eba 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx if: steps.cache.outputs.cache-hit != 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build picolibc container if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml index 10c7ce9..3a3ba3a 100644 --- a/.github/workflows/native.yml +++ b/.github/workflows/native.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx if: steps.cache.outputs.cache-hit != 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build picolibc container if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/zephyr.yml b/.github/workflows/zephyr.yml index 1972f23..da75bce 100644 --- a/.github/workflows/zephyr.yml +++ b/.github/workflows/zephyr.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Docker Buildx if: steps.cache.outputs.cache-hit != 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build picolibc container if: steps.cache.outputs.cache-hit != 'true'