From 82597335271086069b22c5bd24ee7a80370f425b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 05:32:07 +0000 Subject: [PATCH] build(deps): bump chuhlomin/render-template from 1.8 to 1.9 (#288) Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.8 to 1.9. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.8...v1.9) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-command.yml | 2 +- .github/workflows/test-v3.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index a0eaa88..ed1e106 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -64,7 +64,7 @@ jobs: # Test create from template - name: Render template id: template - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 with: template: .github/comment-template.md vars: | diff --git a/.github/workflows/test-v3.yml b/.github/workflows/test-v3.yml index 5ee1532..fff742f 100644 --- a/.github/workflows/test-v3.yml +++ b/.github/workflows/test-v3.yml @@ -51,7 +51,7 @@ jobs: # Test create from template - name: Render template id: template - uses: chuhlomin/render-template@v1.8 + uses: chuhlomin/render-template@v1.9 with: template: .github/comment-template.md vars: |