diff --git a/.github/workflows/update-dotnet-tools.yml b/.github/workflows/update-dotnet-tools.yml index 6915d43..43568b2 100644 --- a/.github/workflows/update-dotnet-tools.yml +++ b/.github/workflows/update-dotnet-tools.yml @@ -62,7 +62,7 @@ jobs: - name: Create Pull Request if: steps.git_changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: chore/update-dotnet-tools title: "chore: update .NET local tools"