Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#1779)
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent f6237e2 commit 59c2c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- run: |
BUILD_NUMBER=${{ github.sha }}
echo "BUILD_NUMBER=${BUILD_NUMBER::7}" >> "$GITHUB_ENV"
- uses: docker/setup-qemu-action@v3.1.0
- uses: docker/setup-qemu-action@v3.2.0
with:
platforms: arm64
- uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- run: |
BUILD_NUMBER=${{ github.sha }}
echo "BUILD_NUMBER=${BUILD_NUMBER::7}" >> "$GITHUB_ENV"
- uses: docker/setup-qemu-action@v3.1.0
- uses: docker/setup-qemu-action@v3.2.0
with:
platforms: arm64
- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 59c2c0e

Please sign in to comment.