Skip to content

Commit 27eeec4

Browse files
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](docker/setup-buildx-action@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] <support@github.com>
1 parent 12ecf52 commit 27eeec4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Set up Docker Buildx
4646
if: steps.cache.outputs.cache-hit != 'true'
47-
uses: docker/setup-buildx-action@v3
47+
uses: docker/setup-buildx-action@v4
4848

4949
- name: Build picolibc container
5050
if: steps.cache.outputs.cache-hit != 'true'

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Set up Docker Buildx
4343
if: steps.cache.outputs.cache-hit != 'true'
44-
uses: docker/setup-buildx-action@v3
44+
uses: docker/setup-buildx-action@v4
4545

4646
- name: Build picolibc container
4747
if: steps.cache.outputs.cache-hit != 'true'

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Set up Docker Buildx
4343
if: steps.cache.outputs.cache-hit != 'true'
44-
uses: docker/setup-buildx-action@v3
44+
uses: docker/setup-buildx-action@v4
4545

4646
- name: Build picolibc container
4747
if: steps.cache.outputs.cache-hit != 'true'

.github/workflows/zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Set up Docker Buildx
4343
if: steps.cache.outputs.cache-hit != 'true'
44-
uses: docker/setup-buildx-action@v3
44+
uses: docker/setup-buildx-action@v4
4545

4646
- name: Build picolibc container
4747
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)