From 4ca66af90ac110c58e884de181eeabcfe8d4da40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:23:39 +0000 Subject: [PATCH] Bump rhysd/github-action-benchmark from 1.19.3 to 1.20.1 Bumps [rhysd/github-action-benchmark](https://github.com/rhysd/github-action-benchmark) from 1.19.3 to 1.20.1. - [Release notes](https://github.com/rhysd/github-action-benchmark/releases) - [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/github-action-benchmark/compare/v1.19.3...v1.20.1) --- updated-dependencies: - dependency-name: rhysd/github-action-benchmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index f4c72fba..b26e4c7d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -25,7 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} command: "pytest benchmarks/ --benchmark-json output.json" - name: Analyse benchmark results for Pull Requests - uses: rhysd/github-action-benchmark@v1.19.3 + uses: rhysd/github-action-benchmark@v1.20.1 if: ${{ github.ref != 'refs/heads/main' }} with: name: Matchbox performance benchmarks on Python ${{ matrix.python-version }} @@ -40,7 +40,7 @@ jobs: fail-on-alert: false alert-comment-cc-users: '@fizyk' - name: Store benchmark result for master branch - uses: rhysd/github-action-benchmark@v1.19.3 + uses: rhysd/github-action-benchmark@v1.20.1 if: ${{ github.ref == 'refs/heads/main' }} with: name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}