From 7aad51ed290bd01eaef15b11c6f39b9e2d3044bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 09:16:41 +0300 Subject: [PATCH] chore(deps): update uraimo/run-on-arch-action action to v2.0.10 (#459) Co-authored-by: Renovate Bot --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4af4cfc..c5811b8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -135,7 +135,7 @@ jobs: run: | sudo apt-get install -y upx upx target/$RUST_TARGET/release/fnm - - uses: uraimo/run-on-arch-action@v2.0.9 + - uses: uraimo/run-on-arch-action@v2.0.10 name: Sanity test with: arch: ${{matrix.docker_platform}}