Skip to content

Commit fc717e6

Browse files
chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#9215)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd88611 commit fc717e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=latest
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
51-
- uses: docker/setup-qemu-action@v3.0.0
51+
- uses: docker/setup-qemu-action@v3.1.0
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml

.github/workflows/cd-auth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=latest
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
51-
- uses: docker/setup-qemu-action@v3.0.0
51+
- uses: docker/setup-qemu-action@v3.1.0
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml

.github/workflows/cd-metrics-scraper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=latest
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
51-
- uses: docker/setup-qemu-action@v3.0.0
51+
- uses: docker/setup-qemu-action@v3.1.0
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml

.github/workflows/cd-web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=latest
4949
type=match,pattern=\d+\.\d+\.\d+
5050
type=sha
51-
- uses: docker/setup-qemu-action@v3.0.0
51+
- uses: docker/setup-qemu-action@v3.1.0
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml

0 commit comments

Comments
 (0)