diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 4a5c9384a..a0a6e10fd 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -24,7 +24,7 @@ jobs: ~/.cache/pre-commit key: ${{ runner.os }}-${{ env.PYTHON_VERSION_FOR_BUMPING }}-${{ hashFiles('**/.pre-commit-config.yaml') }} - uses: browniebroke/pre-commit-autoupdate-action@main - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 if: always() with: token: ${{ secrets.PAT_TOKEN }}