diff --git a/.github/workflows/outdatedDotnetTool.yml b/.github/workflows/outdatedDotnetTool.yml index fd35493..c9a7f07 100644 --- a/.github/workflows/outdatedDotnetTool.yml +++ b/.github/workflows/outdatedDotnetTool.yml @@ -58,7 +58,7 @@ jobs: # (3) create a PR with the updated dependencies # This will not create a duplicate PR if one exists already - name: Create Pull Request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: commit-message: ${{ env.COMMIT_MSG }} committer: github-actions[bot]