diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 17d9516da2..7eaf97031c 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -24,7 +24,7 @@ jobs: run: cargo bench -p jsonrpsee-benchmarks -- --output-format bencher | tee output.txt - name: Store benchmark result - uses: rhysd/github-action-benchmark@4e0b38bc48375986542b13c0d8976b7b80c60c00 # v1.20.5 + uses: rhysd/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7 with: tool: "cargo" output-file-path: "output.txt"