From 1f141cbf4de77c1a263f3541829102a2698fcff9 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Mon, 27 Jan 2025 11:25:06 +0100 Subject: [PATCH] try pinning --- .github/workflows/perf-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/perf-ci.yml b/.github/workflows/perf-ci.yml index c7b0cb48..53ca227b 100644 --- a/.github/workflows/perf-ci.yml +++ b/.github/workflows/perf-ci.yml @@ -38,7 +38,7 @@ jobs: run: cargo bench --bench bench_memory -- --output-format bencher | tee -a output.txt - name: Store benchmark result - uses: benchmark-action/github-action-benchmark@v1.20.4 + uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4 with: name: Rust Benchmark tool: 'cargo'