Skip to content

Commit

Permalink
chore(deps): Bump docker/setup-qemu-action from 2 to 3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent 2510b75 commit 685efd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down Expand Up @@ -437,7 +437,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '')
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# Set up QEMU for multi-arch builds
- name: Set up QEMU
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down

0 comments on commit 685efd4

Please sign in to comment.