diff --git a/.github/workflows/conversion-request.yml b/.github/workflows/conversion-request.yml index 5475477..ee010a5 100644 --- a/.github/workflows/conversion-request.yml +++ b/.github/workflows/conversion-request.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Issue Forms Body Parser id: parse-issue - uses: zentered/issue-forms-body-parser@v1.4.3 + uses: zentered/issue-forms-body-parser@v1.5.0 - name: Organize Inputs id: organize-inputs run: | @@ -51,7 +51,7 @@ jobs: outputs: run_id: ${{ steps.get-pack-info.outputs.pack_url }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Enable default asset cache