Skip to content

Commit

Permalink
Merge pull request #715 from napi-rs/renovate/docker-setup-qemu-actio…
Browse files Browse the repository at this point in the history
…n-3.x

chore(deps): update docker/setup-qemu-action action to v3
  • Loading branch information
Brooooooklyn authored Sep 13, 2023
2 parents f38dd08 + 845144c commit 0c74390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:
shell: bash

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
shell: bash

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
shell: bash

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down

0 comments on commit 0c74390

Please sign in to comment.