Skip to content

Commit

Permalink
chore(deps): bump docker/setup-qemu-action
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from f30d974279f970cd3ed4ee3bcf1ff7795e271f00 to 4574d27a4764455b42196d70a065bc6853246a25.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@f30d974...4574d27)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 08b53ba commit 7bd4b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- name: Setup QEMU
if: ${{ matrix.arch == 'arm64' }}
uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
with:
platforms: linux/arm64
- run: sudo apt-get update
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
- uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
if: ${{ matrix.arch == 'arm64' }}
with:
platforms: linux/arm64
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
steps:
- name: Setup QEMU
if: ${{ matrix.arch == 'arm64' }}
uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
with:
platforms: linux/arm64
- run: sudo apt-get update
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
path: ./prebuilds
merge-multiple: true
- uses: docker/setup-qemu-action@f30d974279f970cd3ed4ee3bcf1ff7795e271f00
- uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25
if: ${{ matrix.arch == 'arm64' }}
with:
platforms: linux/arm64
Expand Down

0 comments on commit 7bd4b92

Please sign in to comment.