Skip to content

Commit

Permalink
Merge pull request #107 from usefulness/renovate/peter-evans-create-o…
Browse files Browse the repository at this point in the history
…r-update-comment-4.x

Update peter-evans/create-or-update-comment action to v4
  • Loading branch information
mateuszkwiecinski authored Jan 25, 2024
2 parents 945f524 + c1956e7 commit 6a1253a
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 @@ -45,7 +45,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body-includes: Test1

- uses: peter-evans/create-or-update-comment@v3
- uses: peter-evans/create-or-update-comment@v4
if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }}
with:
body: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body-includes: Test2

- uses: peter-evans/create-or-update-comment@v3
- uses: peter-evans/create-or-update-comment@v4
if: ${{ steps.dependency-diff.outputs.text-diff != null || steps.find_comment.outputs.comment-id != null }}
with:
body: |
Expand Down

0 comments on commit 6a1253a

Please sign in to comment.