diff --git a/.github/workflows/update-latest-issue.yml b/.github/workflows/update-latest-issue.yml index 632d2b5..1ac33d2 100644 --- a/.github/workflows/update-latest-issue.yml +++ b/.github/workflows/update-latest-issue.yml @@ -25,7 +25,7 @@ jobs: git config --local user.name "Joergi via GitHub Actions" - name: Create Pull Request id: createAutoPR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: new Issue ${{ env.ISSUE_NUMBER }} - Automated PR commit-message: new Issue ${{ env.ISSUE_NUMBER }} - Automated PR