diff --git a/actions/ansible-docs-build-comment/action.yml b/actions/ansible-docs-build-comment/action.yml index ff21114..d2ff42a 100644 --- a/actions/ansible-docs-build-comment/action.yml +++ b/actions/ansible-docs-build-comment/action.yml @@ -45,7 +45,7 @@ runs: steps: - name: Look for an existing comment id: fc - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 with: issue-number: ${{ inputs.pr-number }} body-includes: ${{ inputs.body-includes }}