diff --git a/.github/workflows/update-latest-issue.yml b/.github/workflows/update-latest-issue.yml index 6cbd8d5..82dc3be 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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v6 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v6 with: title: new Issue ${{ env.ISSUE_NUMBER }} - Automated PR commit-message: new Issue ${{ env.ISSUE_NUMBER }} - Automated PR