Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serious-scaffold[bot] authored Jan 13, 2025
1 parent 9f7672e commit ab71b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuseable_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
if: runner.os == 'Linux' && inputs.extra && contains(matrix.qemu_arch, matrix.arch)

- name: Build wheels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Set up QEMU
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
if: runner.os == 'Linux' && inputs.extra && contains(matrix.qemu_arch, matrix.arch)

- name: Build wheels
Expand Down

0 comments on commit ab71b34

Please sign in to comment.