From 145f0e3f03ee719e3c10002389a74e1f040eb1ae Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Mon, 1 Jun 2020 18:14:50 +0200 Subject: [PATCH] Our benchmarks action now lives in boa-dev (#438) --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d4e6d02ff0..37ef3f7d2a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,6 +26,6 @@ jobs: with: path: target key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - - uses: jasonwilliams/criterion-compare-action@master + - uses: boa-dev/criterion-compare-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}