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