diff --git a/.github/workflows/dust_test.yml b/.github/workflows/dust_test.yml index 54cdc689..47384e8d 100644 --- a/.github/workflows/dust_test.yml +++ b/.github/workflows/dust_test.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Add reaction to comment if: github.event_name == 'issue_comment' - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 with: comment-id: ${{ github.event.comment.id }} reactions: eyes @@ -210,7 +210,7 @@ jobs: - name: Comment success if: success() && github.event_name == 'issue_comment' - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 with: issue-number: ${{ github.event.issue.number }} body: | @@ -225,7 +225,7 @@ jobs: - name: Comment failure if: failure() && github.event_name == 'issue_comment' - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 76f2f0a9..a5717c21 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -30,7 +30,7 @@ jobs: head: ${{ github.event.client_payload.pull_request.head.label }} - name: Add reaction if: steps.rebase.outputs.rebased-count == 1 - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 with: token: ${{ steps.app_token.outputs.token }} repository: ${{ github.event.repository.full_name }}