Skip to content

Commit 987692a

Browse files
build(deps): 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 3c775ba commit 987692a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: echo "APP_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
2424

2525
- uses: docker/setup-qemu-action@v4
26-
- uses: docker/setup-buildx-action@v3
26+
- uses: docker/setup-buildx-action@v4
2727
id: buildx
2828
- name: Builder instance name
2929
run: echo ${{ steps.buildx.outputs.name }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: echo "APP_REVISION=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
4747

4848
- uses: docker/setup-qemu-action@v4
49-
- uses: docker/setup-buildx-action@v3
49+
- uses: docker/setup-buildx-action@v4
5050
id: buildx
5151
- name: Builder instance name
5252
run: echo ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)