diff --git a/.github/workflows/cd_dependencies.yml b/.github/workflows/cd_dependencies.yml index a114a56..a7f803e 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.11 + uses: chuhlomin/render-template@v1.12 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 8705f14..02a7379 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.11 + uses: chuhlomin/render-template@v1.12 with: template: .github/utils/single_dependency_pr_body.txt