diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index f79385558..fee26630b 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -87,7 +87,7 @@ jobs: run: ./target/debug/uv venv --cache-dir .cache - name: "Run benchmarks" - uses: CodSpeedHQ/action@0700edb451d0e9f2426f99bd6977027e550fb2a6 # v4.7.0 + uses: CodSpeedHQ/action@fa0c9b1770f933c1bc025c83a9b42946b102f4e6 # v4.10.4 with: run: cargo codspeed run mode: walltime @@ -128,7 +128,7 @@ jobs: run: cargo codspeed build --profile profiling -p uv-bench - name: "Run benchmarks" - uses: CodSpeedHQ/action@0700edb451d0e9f2426f99bd6977027e550fb2a6 # v4.7.0 + uses: CodSpeedHQ/action@fa0c9b1770f933c1bc025c83a9b42946b102f4e6 # v4.10.4 with: run: cargo codspeed run mode: simulation