diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 414f58f..4dc8194 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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.1 with: token: ${{ secrets.CPR_GITHUB_TOKEN }} base: main