diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index d15b566..85634b5 100644 --- a/.github/workflows/issue-created.yml +++ b/.github/workflows/issue-created.yml @@ -46,7 +46,7 @@ jobs: # Parse the issue body and convert it to JSON. - 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: example-request.yml