diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index bdbcb4c34..9a8f3aa45 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@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 + uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # v4.5.2 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@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1 + uses: CodSpeedHQ/action@dbda7111f8ac363564b0c51b992d4ce76bb89f2f # v4.5.2 with: run: cargo codspeed run mode: simulation