diff --git a/.github/workflows/pre-commit-updater.yml b/.github/workflows/pre-commit-updater.yml index a1aa8c5..b0d39ed 100644 --- a/.github/workflows/pre-commit-updater.yml +++ b/.github/workflows/pre-commit-updater.yml @@ -16,7 +16,7 @@ jobs: - name: Run pre-commit autoupdate run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.0.2 + uses: peter-evans/create-pull-request@v4.2.3 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-autoupdate