diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c14601e..76cee8e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -65,7 +65,7 @@ jobs: id: plan with: skip-upload: "true" - - uses: peter-evans/find-comment@v3 + - uses: peter-evans/find-comment@v4 id: find-comment with: issue-number: ${{ github.event.pull_request.number }} @@ -141,7 +141,7 @@ jobs: ${{ steps.diff.outputs.diff }} ``` EOF - - uses: peter-evans/find-comment@v3 + - uses: peter-evans/find-comment@v4 id: find-comment with: issue-number: ${{ github.event.pull_request.number }}