diff --git a/.github/workflows/Format.yml b/.github/workflows/Format.yml index 32afbf31..67aace91 100644 --- a/.github/workflows/Format.yml +++ b/.github/workflows/Format.yml @@ -58,7 +58,7 @@ jobs: [ $EXIT_CODE -eq 2 ] && exit 1 || exit 0 - name: Find comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-comment with: issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/benchmark_pr.yml b/.github/workflows/benchmark_pr.yml index c9c83c18..6f9c45b3 100644 --- a/.github/workflows/benchmark_pr.yml +++ b/.github/workflows/benchmark_pr.yml @@ -60,7 +60,7 @@ jobs: echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: fcbenchmark with: issue-number: ${{ github.event.pull_request.number }}