From 3af868c2af2ab6945f90856eb1765c491fcea0be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:16:10 +0000 Subject: [PATCH] chore(deps): update benchmark-action/github-action-benchmark action to v1.22.0 --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index ba0e240d6..2795034de 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -38,7 +38,7 @@ jobs: # gh-pages branch is updated and pushed automatically with extracted benchmark data - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7 + uses: benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372 # v1.22.0 with: name: Bash benchmark tool: customSmallerIsBetter diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6845d911..e81c255d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: # gh-pages branch is updated and pushed automatically with extracted benchmark data - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7 + uses: benchmark-action/github-action-benchmark@a60cea5bc7b49e15c1f58f411161f99e0df48372 # v1.22.0 with: name: Bash benchmark (${{ matrix.os }}) tool: customSmallerIsBetter