From 68e75b94fe8a47d40fa71121c06f0f3c40dd5956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:24:47 +0000 Subject: [PATCH] Bump chuhlomin/render-template from 1.10 to 1.11 Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.10 to 1.11. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.10...v1.11) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-version: '1.11' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_dependencies.yml | 2 +- .github/workflows/ci_update_pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_dependencies.yml b/.github/workflows/cd_dependencies.yml index 86919ff..a114a56 100644 --- a/.github/workflows/cd_dependencies.yml +++ b/.github/workflows/cd_dependencies.yml @@ -60,7 +60,7 @@ jobs: - name: Fetch PR body if: steps.update_pyproject.outputs.update_deps == 'true' id: pr_body - uses: chuhlomin/render-template@v1.10 + uses: chuhlomin/render-template@v1.11 with: template: .github/utils/pyproject_toml_update_pr_body.txt diff --git a/.github/workflows/ci_update_pre-commit.yml b/.github/workflows/ci_update_pre-commit.yml index 08b73fc..8705f14 100644 --- a/.github/workflows/ci_update_pre-commit.yml +++ b/.github/workflows/ci_update_pre-commit.yml @@ -67,7 +67,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.10 + uses: chuhlomin/render-template@v1.11 with: template: .github/utils/single_dependency_pr_body.txt