diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index cc99bb9..5e600ce 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ jobs: - name: Run pre-commit autoupdate run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.10.0 + uses: peter-evans/create-pull-request@v3.10.1 with: token: ${{ secrets.CPR_GITHUB_TOKEN }} base: main