diff --git a/.github/workflows/issue_to_pull.yml b/.github/workflows/issue_to_pull.yml index 2d2fad7..b7cb97d 100644 --- a/.github/workflows/issue_to_pull.yml +++ b/.github/workflows/issue_to_pull.yml @@ -21,7 +21,7 @@ jobs: npm install --prefix _scripts/issue_to_event - name: Parse Issue Body - uses: peter-murray/issue-body-parser-action@v1 + uses: peter-murray/issue-body-parser-action@v2 id: issue_body_parser with: github_token: ${{ secrets.GITHUB_TOKEN }}