Skip to content

Commit c00aa08

Browse files
Use v3 of the CodSpeed action
1 parent eec5f5c commit c00aa08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codspeed.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
benchmarks:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-python@v3
@@ -46,7 +46,7 @@ jobs:
4646
python -c 'import pendulum._pendulum'
4747
4848
- name: Run benchmarks
49-
uses: CodSpeedHQ/action@v1
49+
uses: CodSpeedHQ/action@v3
5050
with:
5151
token: ${{ secrets.CODSPEED_TOKEN }}
5252
run: pytest tests/ --codspeed

0 commit comments

Comments
 (0)