Skip to content

Commit ca5c61f

Browse files
chore(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 (#9841)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.2.0...v3.3.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 75d27b3 commit ca5c61f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.2.0
51+
- uses: docker/setup-qemu-action@v3.3.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.2.0
51+
- uses: docker/setup-qemu-action@v3.3.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.2.0
51+
- uses: docker/setup-qemu-action@v3.3.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.2.0
51+
- uses: docker/setup-qemu-action@v3.3.0
5252
- uses: docker/[email protected]
5353
with:
5454
config: .github/buildkitd.toml

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
type=ref,event=branch
143143
type=semver,pattern={{version}},value=${{ needs.prepare.outputs.new_release_version }}
144144
- name: Set up QEMU
145-
uses: docker/setup-qemu-action@v3.2.0
145+
uses: docker/setup-qemu-action@v3.3.0
146146
- name: set up Docker Buildx
147147
uses: docker/[email protected]
148148
with:

0 commit comments

Comments
 (0)