From 4c6c8ae26a2ec224b503b3fb0dbd2008d86cc290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:08:56 +0000 Subject: [PATCH] Bump chuhlomin/render-template from 1.5 to 1.10 Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.5 to 1.10. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.5...v1.10) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-pull-request-description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |