diff --git a/.github/workflows/process-comment.yml b/.github/workflows/process-comment.yml index e2ec9cd..a8bf2fd 100644 --- a/.github/workflows/process-comment.yml +++ b/.github/workflows/process-comment.yml @@ -104,7 +104,7 @@ jobs: # processed by the rest of the workflow. - name: Parse Issue body id: parse - uses: issue-ops/parser@v4 + uses: issue-ops/parser@v5 with: body: ${{ github.event.issue.body }} issue-form-template: ${{ steps.get-template.outputs.template }} diff --git a/.github/workflows/process-issue.yml b/.github/workflows/process-issue.yml index 5e0d2bc..628f069 100644 --- a/.github/workflows/process-issue.yml +++ b/.github/workflows/process-issue.yml @@ -99,7 +99,7 @@ jobs: # processed by the rest of the workflow. - name: Parse Issue body id: parse - uses: issue-ops/parser@v4 + uses: issue-ops/parser@v5 with: body: ${{ github.event.issue.body }} issue-form-template: ${{ steps.get-template.outputs.template }}