diff --git a/.github/workflows/update-cspell.yml b/.github/workflows/update-cspell.yml index b52c1bba1..d1600c40c 100644 --- a/.github/workflows/update-cspell.yml +++ b/.github/workflows/update-cspell.yml @@ -74,7 +74,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: "${{ env.PR_TYPE }}: Update CSpell to (${{ env.CSPELL_VERSION }})" branch: ${{ env.NEW_BRANCH }} diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 7509dd506..1d1dc96b9 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -56,7 +56,7 @@ jobs: private_key: ${{ secrets.AUTOMATION_PRIVATE_KEY }} - name: Create Pull Request if: env.git_status == 'dirty' - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: "${{ env.PR_TYPE }}: Workflow Bot -- Update ALL Dependencies" branch: ${{ env.NEW_BRANCH }}