From 32f1215f54468999ca1b11d628df097161d51b5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:14:17 +0000 Subject: [PATCH] chore(deps): bump peter-evans/find-comment from 2 to 3 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] --- .github/workflows/acceptance-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index b593dfb425..aa32c2cb9d 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -70,7 +70,7 @@ jobs: renku_data_services: "${{ needs.check-deploy.outputs.renku-data-services }}" extra_values: "${{ needs.check-deploy.outputs.extra-values }}" - name: Check existing renkubot comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: findcomment with: issue-number: ${{ github.event.pull_request.number }}