diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9b857f2f7b..b132ee744a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -164,7 +164,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@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1 + uses: benchmark-action/github-action-benchmark@4322e5726e6334590d251fc4f92bec0efafc45dc # v1.22.2 with: name: EVM Contract Roundtrip tool: 'go' @@ -183,7 +183,7 @@ jobs: - name: Store Block Executor result if: always() - uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1 + uses: benchmark-action/github-action-benchmark@4322e5726e6334590d251fc4f92bec0efafc45dc # v1.22.2 with: name: Block Executor Benchmark tool: 'go'