diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dea421767..7d6ff2a7d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -101,7 +101,7 @@ jobs: # only update the benchmark baseline on push/dispatch, not on PRs - name: Store EVM Contract Roundtrip result if: always() - uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7 + uses: benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0 with: name: EVM Contract Roundtrip tool: 'go' @@ -120,7 +120,7 @@ jobs: - name: Store Block Executor result if: always() - uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7 + uses: benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0 with: name: Block Executor Benchmark tool: 'go' @@ -139,7 +139,7 @@ jobs: - name: Store Spamoor Trace result if: always() - uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7 + uses: benchmark-action/github-action-benchmark@a7bc2366eda11037936ea57d811a43b3418d3073 # v1.21.0 with: name: Spamoor Trace Benchmarks tool: 'customSmallerIsBetter'