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
…#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent 7c8db19 commit b025691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
body-includes: <!-- auto message -->

- name: 创建或更新评论
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ env.PR_NUM }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
body-includes: <!-- auto message -->

- name: 创建或更新评论:失败
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
issue-number: ${{ env.PR_NUM }}
Expand Down

0 comments on commit b025691

Please sign in to comment.