Skip to content

Commit 7e2f14a

Browse files
authored
⬆️ update codspeed benchmarking (#82)
1 parent eba7a8a commit 7e2f14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
Benchmarks:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.10'
@@ -43,6 +43,6 @@ jobs:
4343
# - run: rm tests/__init__.py
4444

4545
- name: Run CodSpeed benchmarks
46-
uses: CodSpeedHQ/action@v2
46+
uses: CodSpeedHQ/action@v3
4747
with:
4848
run: pytest tests/benchmarks/ --codspeed

0 commit comments

Comments
 (0)