diff --git a/.github/workflows/git-command.yml b/.github/workflows/git-command.yml index 5d72645b..353c7659 100644 --- a/.github/workflows/git-command.yml +++ b/.github/workflows/git-command.yml @@ -16,7 +16,7 @@ jobs: - uses: hmarr/debug-action@v3.0.0 - name: Add Workflow link to command comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -55,7 +55,7 @@ jobs: uses: ./.github/actions-hub/actions/git-push - name: Add reaction to command comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: always() with: token: ${{ secrets.GIT_PAT }} @@ -71,7 +71,7 @@ jobs: timeout-minutes: 1 steps: - name: Update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index d09332d8..5eb8b660 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -16,7 +16,7 @@ jobs: - uses: hmarr/debug-action@v3.0.0 - name: "React to comment" - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} comment-id: ${{ github.event.comment.id }} @@ -50,7 +50,7 @@ jobs: - name: "Edit comment with error message" if: steps.determine_command.outputs.command-state != 'known' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} comment-id: ${{ github.event.comment.id }}