Skip to content

Commit

Permalink
chore(deps): update peter-evans/find-comment action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tagoro9 committed May 20, 2024
1 parent 2f27a46 commit 9a13b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint-release-notes/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ runs:

# Add release notes preview to PR
- name: Check for release notes comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc-release-notes
if: github.event.pull_request.number != ''
with:
Expand Down Expand Up @@ -112,7 +112,7 @@ runs:
# Ensure that a breaking changes doc has been created
- name: Check for breaking changes comment
uses: peter-evans/find-comment@v2
uses: peter-evans/find-comment@v3
id: fc-breaking-changes
if: github.event.pull_request.number != ''
with:
Expand Down

0 comments on commit 9a13b32

Please sign in to comment.