diff --git a/.github/workflows/update-pull-request-description.yml b/.github/workflows/update-pull-request-description.yml index 430de105c..7340b57d7 100644 --- a/.github/workflows/update-pull-request-description.yml +++ b/.github/workflows/update-pull-request-description.yml @@ -30,7 +30,7 @@ jobs: run: echo "TEMPLATE_NAME=$(cat .github/PULL_REQUEST_TEMPLATE/${{ env.BRANCH_DESIGNATOR }}_pull_request_template.md > /dev/null 2>&1 && echo ${{ env.BRANCH_DESIGNATOR }}_pull_request_template.md || echo task_pull_request_template.md)" >> $GITHUB_ENV - name: Render Pull Request template id: template - uses: chuhlomin/render-template@v1.5 + uses: chuhlomin/render-template@v1.10 with: template: .github/PULL_REQUEST_TEMPLATE/${{ env.TEMPLATE_NAME }} vars: |