diff --git a/.github/workflows/approve-dispatch.yml b/.github/workflows/approve-dispatch.yml index 40ee08857..efdbfbe49 100644 --- a/.github/workflows/approve-dispatch.yml +++ b/.github/workflows/approve-dispatch.yml @@ -17,7 +17,7 @@ jobs: # parse the issue body from free form text to a structured JSON object - name: parse issue - uses: GrantBirki/issue-template-parser@v7.0.0 + uses: GrantBirki/issue-template-parser@v6.1.1 id: issue-parser with: body: ${{ github.event.client_payload.github.payload.issue.body }}