diff --git a/.github/workflows/handle-create-rc-command.yml b/.github/workflows/handle-create-rc-command.yml index e1cc754..f7e3274 100644 --- a/.github/workflows/handle-create-rc-command.yml +++ b/.github/workflows/handle-create-rc-command.yml @@ -21,7 +21,7 @@ jobs: npm_token: ${{ secrets.NPM_TOKEN }} pr_number: ${{ github.event.client_payload.pull_request.number }} - name: Mark command as done ✅ - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }} diff --git a/.github/workflows/handle-help-pr-command.yml b/.github/workflows/handle-help-pr-command.yml index ed58591..6e226dc 100644 --- a/.github/workflows/handle-help-pr-command.yml +++ b/.github/workflows/handle-help-pr-command.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add commands and descriptions 🛟 - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}