Skip to content

Commit ea7ddce

Browse files
committed
build(deps): Bump CodSpeedHQ/action from 3 to 4
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 5816ab0 commit ea7ddce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
run: pip install ".[bench]"
2222

2323
- name: Run benchmarks
24-
uses: CodSpeedHQ/action@v3
24+
uses: CodSpeedHQ/action@v4
2525
with:
2626
token: ${{ secrets.CODSPEED_TOKEN }}
27+
mode: "instrumentation"
2728
run: pytest benches/*.py --codspeed

0 commit comments

Comments
 (0)