Browse Source

chore(deps): update uraimo/run-on-arch-action action to v2.1.2 (#714)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
ede3b8226a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/rust.yml

2
.github/workflows/rust.yml

@ -151,7 +151,7 @@ jobs: @@ -151,7 +151,7 @@ jobs:
run: |
sudo apt-get install -y upx
upx target/$RUST_TARGET/release/fnm
- uses: uraimo/run-on-arch-action@v2.1.1
- uses: uraimo/run-on-arch-action@v2.1.2
name: Sanity test
with:
arch: ${{matrix.docker_platform}}

Loading…
Cancel
Save