diff --git a/.github/workflows/clean-command.yml b/.github/workflows/clean-command.yml index a52dabe55..14407540d 100644 --- a/.github/workflows/clean-command.yml +++ b/.github/workflows/clean-command.yml @@ -39,7 +39,7 @@ jobs: # Add reaction to the comment - name: Add reaction - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index dd28521ba..1d0606f87 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -99,7 +99,7 @@ jobs: run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT - name: Update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -1733,7 +1733,7 @@ jobs: steps: # Add reaction to the comment - name: Add reaction - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }}