diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aede715b..7387e924 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: style: secrets: token: ${{ secrets.PAT }} - uses: ComPWA/actions/.github/workflows/pre-commit.yml@v4.0 + uses: ComPWA/actions/.github/workflows/style.yml@v4.0 test: uses: ComPWA/actions/.github/workflows/test.yml@v4.0 secrets: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39935eb3..9e213d83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.0 hooks: - id: ruff-check args: [--fix] diff --git a/src/compwa_policy/.github/workflows/ci.yml b/src/compwa_policy/.github/workflows/ci.yml index 5c6659e9..8750d065 100644 --- a/src/compwa_policy/.github/workflows/ci.yml +++ b/src/compwa_policy/.github/workflows/ci.yml @@ -30,6 +30,6 @@ jobs: style: secrets: token: ${{ secrets.PAT }} - uses: ComPWA/actions/.github/workflows/pre-commit.yml@v4.0 + uses: ComPWA/actions/.github/workflows/style.yml@v4.0 test: uses: ComPWA/actions/.github/workflows/test.yml@v4.0