From 0094269aea7a81f8de143dd561a4edb15c86171c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 18:23:14 +0000 Subject: [PATCH] chore(deps): update bencherdev/bencher action to v0.6.4 --- .github/workflows/benchmarks-base.yml | 2 +- .github/workflows/benchmarks-pr-cleanup.yml | 2 +- .github/workflows/benchmarks-pr.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarks-base.yml b/.github/workflows/benchmarks-base.yml index b4476037..65f1e943 100644 --- a/.github/workflows/benchmarks-base.yml +++ b/.github/workflows/benchmarks-base.yml @@ -22,7 +22,7 @@ jobs: run: | ./gradlew benchmark echo "result_file=$(find . -type f -name 'jvm.json')" >> $GITHUB_OUTPUT - - uses: bencherdev/bencher@46d007c103827da37db1a25b705dc73d3aaff7e6 # v0.6.3 + - uses: bencherdev/bencher@fa25a72c516046b4c0e31659bef70c5266b0f94d # v0.6.4 - name: Track benchmark result with Bencher run: | bencher run \ diff --git a/.github/workflows/benchmarks-pr-cleanup.yml b/.github/workflows/benchmarks-pr-cleanup.yml index f6cf120a..447d5439 100644 --- a/.github/workflows/benchmarks-pr-cleanup.yml +++ b/.github/workflows/benchmarks-pr-cleanup.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: bencherdev/bencher@46d007c103827da37db1a25b705dc73d3aaff7e6 # v0.6.3 + - uses: bencherdev/bencher@fa25a72c516046b4c0e31659bef70c5266b0f94d # v0.6.4 - name: Archive closed PR branch with Bencher run: | bencher archive \ diff --git a/.github/workflows/benchmarks-pr.yml b/.github/workflows/benchmarks-pr.yml index 78d06dda..36162f3b 100644 --- a/.github/workflows/benchmarks-pr.yml +++ b/.github/workflows/benchmarks-pr.yml @@ -25,7 +25,7 @@ jobs: run: | ./gradlew benchmark echo "result_file=$(find . -type f -name 'jvm.json')" >> $GITHUB_OUTPUT - - uses: bencherdev/bencher@46d007c103827da37db1a25b705dc73d3aaff7e6 # v0.6.3 + - uses: bencherdev/bencher@fa25a72c516046b4c0e31659bef70c5266b0f94d # v0.6.4 - name: Track benchmark result with Bencher run: | bencher run \