Skip to content

Commit

Permalink
Merge pull request #76 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/docker/setup-qemu-action-3.6.0

Bump docker/setup-qemu-action from 3.4.0 to 3.6.0
  • Loading branch information
fredclausen authored Mar 2, 2025
2 parents 8f6d375 + 585a784 commit cafc1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

# Set up QEMU for multi-arch builds
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.4.0
uses: docker/setup-qemu-action@v3.6.0

# Set up buildx for multi platform builds
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,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@v3.4.0
uses: docker/setup-qemu-action@v3.6.0

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

0 comments on commit cafc1d6

Please sign in to comment.