Skip to content

Commit c45c811

Browse files
chore(deps): bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4854d8 commit c45c811

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
key: ${{ runner.os }}-cargo-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
2525
restore-keys: |
2626
${{ runner.os }}-cargo-${{ matrix.target }}-
27-
- uses: docker/setup-qemu-action@v3
27+
- uses: docker/setup-qemu-action@v4
2828
with:
2929
platforms: arm64
3030
if: matrix.target == 'aarch64-unknown-linux-gnu'

0 commit comments

Comments
 (0)