diff --git a/.github/workflows/update-to-newest-version.yml b/.github/workflows/update-to-newest-version.yml index 58947d4..9a97ab3 100644 --- a/.github/workflows/update-to-newest-version.yml +++ b/.github/workflows/update-to-newest-version.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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v6 with: title: new Issue ${{ env.ISSUE_NUMBER }} - Automated PR commit-message: new Issue ${{ env.ISSUE_NUMBER }} - Automated PR