Skip to content

Commit

Permalink
Merge pull request #972 from sdr-enthusiasts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/docker/setup-qemu-action-3

chore(deps): Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
fredclausen authored Sep 20, 2023
2 parents 14e3b6b + 685efd4 commit 28feb75
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 28feb75

Please sign in to comment.