From 43ec2fe995854609901311f79eca2f910580564f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:03:51 +0000 Subject: [PATCH] Bump boa-dev/criterion-compare-action from 3.2.0 to 3.2.1 Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/boa-dev/criterion-compare-action/releases) - [Commits](https://github.com/boa-dev/criterion-compare-action/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: boa-dev/criterion-compare-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 6ca9adef039..20f27a3eb70 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: ~/.cargo/git ~/.cargo/registry key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: boa-dev/criterion-compare-action@v3.2.0 + - uses: boa-dev/criterion-compare-action@v3.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} branchName: ${{ github.base_ref }}