diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9867223..41cf53b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: test "${PR}" -ge 0 echo "pr=${PR}" >> "$GITHUB_OUTPUT" - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find_comment with: issue-number: ${{ steps.get_pr.outputs.pr }}