Skip to content

Commit

Permalink
Merge pull request #132 from Chia-Network/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ocker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
emlowe authored Oct 18, 2024
2 parents cddabe5 + 85ab3b0 commit 795b5fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Set up QEMU on x86_64
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: riscv64

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Set up QEMU on x86_64
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: riscv64

Expand Down

0 comments on commit 795b5fe

Please sign in to comment.