From 810bc444f3bdbfd7d8dd5df0b984df8bb6b04ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 16:02:47 -0500 Subject: [PATCH] Bump peter-evans/find-comment in /actions/ansible-docs-build-comment (#83) Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- actions/ansible-docs-build-comment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}