Skip to content

Commit 2ee1f64

Browse files
chore(deps): bump peter-evans/find-comment from 3 to 4 (#363)
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@v3...v4) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 651c0af commit 2ee1f64

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/template_changeset_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
base_sha: ${{ github.event.pull_request.base.sha }}
2020

2121
- name: Find existing comment
22-
uses: peter-evans/find-comment@v3.1.0
22+
uses: peter-evans/find-comment@v4
2323
id: find_comment
2424
with:
2525
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/template_merge_block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Find Comment
2222
if: inputs.comment
23-
uses: peter-evans/find-comment@v3.1.0
23+
uses: peter-evans/find-comment@v4
2424
id: comment
2525
with:
2626
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/template_terraform_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Find Format Comment
5252
if: ${{ steps.format.outputs.stdout != '' }}
53-
uses: peter-evans/find-comment@v3
53+
uses: peter-evans/find-comment@v4
5454
id: comment
5555
with:
5656
issue-number: ${{ github.event.number }}

0 commit comments

Comments
 (0)