From d9039c6578f413c6ff2ab051cc08c9c12dd45f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:16:27 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 2.0.1 to 2.2.1 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2.0.1 to 2.2.1. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/b657a70ff16d17651703a84bee1cb9ad9d2be2ea...85a676a52594b4481e0532825a2d8906ef96dac2) --- 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 9a22ec5f0c3..4aac94c3e73 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@85a676a52594b4481e0532825a2d8906ef96dac2 with: issue-number: ${{ steps.metadata.outputs.pr-number }} comment-author: "github-actions[bot]"