Skip to content

Commit 787b06d

Browse files
committed
chore: use latest released runner
1 parent a71ec50 commit 787b06d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
uv sync --dev
3535
sudo apt-get remove valgrind -y
3636
- name: Run benchmarks
37-
uses: CodSpeedHQ/action@main
37+
uses: CodSpeedHQ/action@v4
3838
with:
39+
runner-version: 4.3.2
3940
mode: ${{ matrix.mode }}
4041
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
4142
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)