From cb850fc13e94e1baec09267bd010a4cd4565d73d Mon Sep 17 00:00:00 2001 From: Jason Williams <936006+jasonwilliams@users.noreply.github.com> Date: Wed, 12 Feb 2020 23:40:57 +0000 Subject: [PATCH] Update pull_request.yml https://github.com/jasonwilliams/boa/pull/247#issuecomment-585474183 --- .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 4165c94fdc9..177bb6e2bbe 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,6 +10,6 @@ jobs: with: toolchain: stable override: true - - uses: jasonwilliams/criterion-compare-action@master + - uses: jasonwilliams/criterion-compare-action@1bbf23d95bad1853aa9262a9304bc2efb9a954b1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}