Skip to content

Commit c872706

Browse files
dependabot[bot]grdsdev
authored andcommitted
chore(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] <support@github.com>
1 parent f25f085 commit c872706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/api-stability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Find existing comment
105105
if: steps.api-check.outputs.has_breaking_changes == 'true' && github.event.pull_request.head.repo.full_name == github.repository
106-
uses: peter-evans/find-comment@v3
106+
uses: peter-evans/find-comment@v4
107107
id: find-comment
108108
with:
109109
issue-number: ${{ github.event.pull_request.number }}
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Find stale comment
142142
if: steps.api-check.outputs.has_breaking_changes == 'false' && github.event.pull_request.head.repo.full_name == github.repository
143-
uses: peter-evans/find-comment@v3
143+
uses: peter-evans/find-comment@v4
144144
id: find-old-comment
145145
with:
146146
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)