We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec5f5c commit c00aa08Copy full SHA for c00aa08
.github/workflows/codspeed.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
benchmarks:
14
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-python@v3
@@ -46,7 +46,7 @@ jobs:
46
python -c 'import pendulum._pendulum'
47
48
- name: Run benchmarks
49
- uses: CodSpeedHQ/action@v1
+ uses: CodSpeedHQ/action@v3
50
with:
51
token: ${{ secrets.CODSPEED_TOKEN }}
52
run: pytest tests/ --codspeed
0 commit comments