diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml index 43a86f76..abc56146 100644 --- a/.github/workflows/update-pre-commit.yml +++ b/.github/workflows/update-pre-commit.yml @@ -30,7 +30,7 @@ jobs: echo "${content/$current/$actual}" > .pre-commit-config.yaml - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-autoupdate