Skip to content

Commit e8ca43e

Browse files
Bump CodSpeedHQ/action from 3 to 4 (#1249)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]>
1 parent 47669a5 commit e8ca43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,14 @@ jobs:
418418
- name: Self-install
419419
run: python -m pip install -e .
420420
- name: Run benchmarks
421-
uses: CodSpeedHQ/action@v3
421+
uses: CodSpeedHQ/action@v4
422422
env:
423423
PYTHONHASHSEED: 0
424424
with:
425425
token: ${{ secrets.CODSPEED_TOKEN }}
426426
# Note: -I is missed, otherwise PYTHONHASHSEED is ignored
427427
run: python -m pytest --no-cov -vvvvv --codspeed
428+
mode: instrumentation
428429

429430
test-summary:
430431
name: Tests status

0 commit comments

Comments
 (0)