From e739123aabb843d63d08c62268a9ec41e25013f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 08:02:32 +0000 Subject: [PATCH] Bump boa-dev/criterion-compare-action from 3.2.2 to 3.2.3 Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/boa-dev/criterion-compare-action/releases) - [Commits](https://github.com/boa-dev/criterion-compare-action/compare/v3.2.2...v3.2.3) --- 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 2f008df6584..2b9e004419f 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -27,7 +27,7 @@ jobs: ~/.cargo/git ~/.cargo/registry key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: boa-dev/criterion-compare-action@v3.2.2 + - uses: boa-dev/criterion-compare-action@v3.2.3 with: token: ${{ secrets.GITHUB_TOKEN }} branchName: ${{ github.base_ref }}