Skip to content

Commit ced2969

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v4
1 parent 0c7ac88 commit ced2969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/rebase.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Create or update comment
2626
id: comment
2727
if: env.OK == 'true'
28-
uses: peter-evans/create-or-update-comment@v2
28+
uses: peter-evans/create-or-update-comment@v4
2929
with:
3030
issue-number: ${{ github.event.issue.number }}
3131
body: Rebasing ...
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Create or update comment
6060
id: comment
61-
uses: peter-evans/create-or-update-comment@v2
61+
uses: peter-evans/create-or-update-comment@v4
6262
with:
6363
issue-number: ${{ github.event.issue.number }}
6464
comment-id: ${{ needs.verify.outputs.comment-id }}
@@ -74,7 +74,7 @@ jobs:
7474
if: failure() && needs.verify.outputs.ok == 'true'
7575
steps:
7676
- name: Create or update comment
77-
uses: peter-evans/create-or-update-comment@v2
77+
uses: peter-evans/create-or-update-comment@v4
7878
with:
7979
issue-number: ${{ github.event.issue.number }}
8080
comment-id: ${{ needs.verify.outputs.comment-id }}

0 commit comments

Comments
 (0)