From ba02131a6587d293de2e0c622f7da27c34b43e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 05:16:03 +0000 Subject: [PATCH] Bump chuhlomin/render-template from 1.7 to 1.8 Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.7 to 1.8. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.7...v1.8) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_check_pyproject_dependencies.yml | 2 +- .github/workflows/ci_update_dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_check_pyproject_dependencies.yml b/.github/workflows/ci_check_pyproject_dependencies.yml index 2e6f1113..2eaaeedc 100644 --- a/.github/workflows/ci_check_pyproject_dependencies.yml +++ b/.github/workflows/ci_check_pyproject_dependencies.yml @@ -124,7 +124,7 @@ jobs: - name: Fetch PR body if: env.UPDATE_DEPS == 'true' id: pr_body - uses: chuhlomin/render-template@v1.7 + uses: chuhlomin/render-template@v1.8 with: template: ${{ env.PR_BODY_FILE }} diff --git a/.github/workflows/ci_update_dependencies.yml b/.github/workflows/ci_update_dependencies.yml index d18b9d42..0f78d886 100644 --- a/.github/workflows/ci_update_dependencies.yml +++ b/.github/workflows/ci_update_dependencies.yml @@ -142,7 +142,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.7 + uses: chuhlomin/render-template@v1.8 with: template: ${{ env.PR_BODY_FILE }}