From 40455c0cf48d50be71b5ea34c48f6d55237bdd39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:45:58 +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/update-cookbook-gallery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-cookbook-gallery.yaml b/.github/workflows/update-cookbook-gallery.yaml index 1e12e67..3b83570 100644 --- a/.github/workflows/update-cookbook-gallery.yaml +++ b/.github/workflows/update-cookbook-gallery.yaml @@ -14,7 +14,7 @@ jobs: shell: bash -l {0} steps: - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ github.event.issue.number }} @@ -132,7 +132,7 @@ jobs: branch: cookbook-gallery-${{ github.event.issue.number }} - name: Find Comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v3 id: fc with: issue-number: ${{ github.event.issue.number }}