Browse Source

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

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

2
.github/workflows/rust.yml

@ -135,7 +135,7 @@ jobs: @@ -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}}

Loading…
Cancel
Save