diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dac4839f..b7bc5d72 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -33,7 +33,7 @@ jobs: run: poetry install --extras "all" - name: Run benchmarks - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: poetry run pytest benchmarks/ --codspeed \ No newline at end of file