Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent cdbf7bb commit b40d200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Create or update comment
id: comment
if: env.OK == 'true'
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
body: Rebasing ...
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- name: Create or update comment
id: comment
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
comment-id: ${{ needs.verify.outputs.comment-id }}
Expand All @@ -74,7 +74,7 @@ jobs:
if: failure() && needs.verify.outputs.ok == 'true'
steps:
- name: Create or update comment
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
comment-id: ${{ needs.verify.outputs.comment-id }}
Expand Down

0 comments on commit b40d200

Please sign in to comment.