diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 60ffb2e..c19cebd 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -70,7 +70,7 @@ jobs: - name: Create PullRequest if: steps.git-check.outputs.modified == 'true' id: cpr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: "main" branch: "auto-pr/dotnet-format"