diff --git a/.github/workflows/_comment_pr.yml b/.github/workflows/_comment_pr.yml index e817013..08b5f60 100644 --- a/.github/workflows/_comment_pr.yml +++ b/.github/workflows/_comment_pr.yml @@ -41,7 +41,7 @@ jobs: - name: create comment if: steps.find.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ inputs.pr_number }} body: ${{ steps.comment.outputs.body }} @@ -51,7 +51,7 @@ jobs: - name: update comment if: steps.find.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.find.outputs.comment-id }} issue-number: ${{ inputs.pr_number }} diff --git a/.github/workflows/test_command.yml b/.github/workflows/test_command.yml index e7bf8fd..0fc3271 100644 --- a/.github/workflows/test_command.yml +++ b/.github/workflows/test_command.yml @@ -53,7 +53,7 @@ jobs: paths: ${{ steps.paths_reformat.outputs.paths }} steps: - name: add comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ inputs.comment-id }} issue-number: ${{ inputs.pr-id }} @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - name: add comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ inputs.comment-id }} issue-number: ${{ inputs.pr-id }}