From a801980bb476b21b5443f96dc57d515425a6f52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:14:40 +0300 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v3 (#1147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/installation_script.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installation_script.yml b/.github/workflows/installation_script.yml index 9650250..c8a41ba 100644 --- a/.github/workflows/installation_script.yml +++ b/.github/workflows/installation_script.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - uses: actions/checkout@v4 - name: Run installation script in Docker run: | diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 25aa148..5d73a15 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -278,7 +278,7 @@ jobs: steps: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - uses: hecrj/setup-rust-action@v1 with: rust-version: ${{env.RUST_VERSION}}