diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 68f389627..a47455f05 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -35,7 +35,7 @@ jobs: python-version: "3.9" architecture: "x64" - name: Run pre-commit - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 env: SKIP: pkgdown - name: Commit files