From 050b791378cb8e8dad7ecacfecf6174fbde60cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 06:03:15 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 2.0.1 to 2.1.0 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/b657a70ff16d17651703a84bee1cb9ad9d2be2ea...f4499a714d59013c74a08789b48abe4b704364a0) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/diff_shades_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/diff_shades_comment.yml b/.github/workflows/diff_shades_comment.yml index 1d35432a295..1375be9788d 100644 --- a/.github/workflows/diff_shades_comment.yml +++ b/.github/workflows/diff_shades_comment.yml @@ -33,7 +33,7 @@ jobs: - name: Try to find pre-existing PR comment if: steps.metadata.outputs.needs-comment == 'true' id: find-comment - uses: peter-evans/find-comment@b657a70ff16d17651703a84bee1cb9ad9d2be2ea + uses: peter-evans/find-comment@f4499a714d59013c74a08789b48abe4b704364a0 with: issue-number: ${{ steps.metadata.outputs.pr-number }} comment-author: "github-actions[bot]"