diff --git a/.github/workflows/Copier.yml b/.github/workflows/Copier.yml index 96479b0..2e5ad9d 100644 --- a/.github/workflows/Copier.yml +++ b/.github/workflows/Copier.yml @@ -44,7 +44,7 @@ jobs: pre-commit run -a || true # Ignore pre-commit errors - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.COPIER_PAT }} commit-message: ":robot: BestieTemplate.jl update" diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index 5b1d1f7..202f634 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -27,7 +27,7 @@ jobs: pre-commit autoupdate || true - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: "chore: :robot: pre-commit update" title: "[AUTO] pre-commit update"