Skip to content

Commit

Permalink
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 Jan 25, 2024
1 parent 7118d2a commit 10bb0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
build-root-directory: testproject
project: ""

- uses: peter-evans/find-comment@v2
- uses: peter-evans/find-comment@v3
id: find_comment
if: github.event_name == 'pull_request'
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
additional-gradle-arguments: "--no-configuration-cache --stacktrace"
project: ""

- uses: peter-evans/find-comment@v2
- uses: peter-evans/find-comment@v3
id: find_comment
if: github.event_name == 'pull_request'
with:
Expand Down

0 comments on commit 10bb0ee

Please sign in to comment.