Browse Source

Update pull_request.yml

pull/471/head
Jason Williams 5 years ago committed by GitHub
parent
commit
2736f7bc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -26,7 +26,7 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: boa-dev/criterion-compare-action@74bf963935e3d6d087ff77f62a9d4391ac0d628c
- uses: boa-dev/criterion-compare-action@cf7d470d9c6e2d49c4bea71817eb5487e06581a8
with:
token: ${{ secrets.GITHUB_TOKEN }}
cwd: boa

Loading…
Cancel
Save