diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 176abc12..f9d51a13 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -38,7 +38,7 @@ jobs: git submodule update --init --recursive - name: Run benchmarks - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: pytest -vvs --codspeed diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd6af2e6..549ec299 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff args: [ --fix ]