Skip to content

Commit ea591a2

Browse files
build(deps): bump peter-evans/find-comment from 3 to 4
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] <[email protected]>
1 parent c5cfa9f commit ea591a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-respond-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
node pr/.github/scripts/diff-directories.js base pr > diff.txt
5050
5151
- name: Find Previous Comment
52-
uses: peter-evans/find-comment@v3
52+
uses: peter-evans/find-comment@v4
5353
id: find_comment
5454
with:
5555
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "COMMIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_ENV
4949
5050
- name: Find Previous Comment
51-
uses: peter-evans/find-comment@v3
51+
uses: peter-evans/find-comment@v4
5252
id: find_comment
5353
with:
5454
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)