Skip to content

Commit dbaebb5

Browse files
dependabot[bot]hdonnay
authored andcommitted
build(deps): bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a31be2e commit dbaebb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cut-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
with:
192192
name: release
193193
- name: Set up QEMU
194-
uses: docker/setup-qemu-action@v2
194+
uses: docker/setup-qemu-action@v3
195195
with:
196196
platforms: all
197197
- name: Set up Docker Buildx

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
printf 'CLAIRCORE_BRANCH=%s\n' "${br}" >> $GITHUB_ENV
4747
printf 'GO_VERSION=%s\n' "$gv" >> $GITHUB_ENV
4848
printf '%s/.local/go/bin\n' "$HOME" >> $GITHUB_PATH
49-
- uses: docker/setup-qemu-action@v2
49+
- uses: docker/setup-qemu-action@v3
5050
with:
5151
platforms: all
5252
- uses: docker/setup-buildx-action@v2

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
go mod download
100100
go build -v std
101101
- name: Set up QEMU
102-
uses: docker/setup-qemu-action@v2
102+
uses: docker/setup-qemu-action@v3
103103
if: ${{ steps.host.outputs.platform != matrix.platform }}
104104
with:
105105
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)