From 5668a8b2270d73ae31153bf5ff286cba6c4b408c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 02:45:42 +0000 Subject: [PATCH] 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/compare-ds.yaml | 2 +- .github/workflows/ctf.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compare-ds.yaml b/.github/workflows/compare-ds.yaml index a8bfb3791b5..c38fbb6fb63 100644 --- a/.github/workflows/compare-ds.yaml +++ b/.github/workflows/compare-ds.yaml @@ -88,7 +88,7 @@ jobs: echo "${body:0:65000}" >> "$GITHUB_OUTPUT" echo "$EOF" >> "$GITHUB_OUTPUT" - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/ctf.yaml b/.github/workflows/ctf.yaml index 357932583e5..a4b6fb86909 100644 --- a/.github/workflows/ctf.yaml +++ b/.github/workflows/ctf.yaml @@ -48,7 +48,7 @@ jobs: path: 'output.json' prop_path: 'product' - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ github.event.pull_request.number }}