From 9531793e3cd865f98dd615c9ec66f93a8997f8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:20:06 +0100 Subject: [PATCH] Bump peter-evans/find-comment from 2 to 3 (#229) 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> Co-authored-by: Piotr Rogowski --- .github/workflows/deploy-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f0a6c6e..db371f7 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -53,7 +53,7 @@ jobs: run: | echo "pr_number=$(cat ./build/PR_NR)" >> $GITHUB_OUTPUT - name: Find comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: find_comment with: issue-number: ${{ steps.find_pr_number.outputs.pr_number }}