From da12db3f2752cdc278e9c3bdb4c427e7d7cd1c2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 05:36:25 +0000 Subject: [PATCH] build(deps): bump chuhlomin/render-template from 1.9 to 1.10 (#328) Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.9 to 1.10. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.9...v1.10) --- 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 c6e789c..5e5a656 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.9 + uses: chuhlomin/render-template@v1.10 with: template: .github/comment-template.md vars: | diff --git a/.github/workflows/test-v3.yml b/.github/workflows/test-v3.yml index 9a0d7b3..9cb88dd 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.9 + uses: chuhlomin/render-template@v1.10 with: template: .github/comment-template.md vars: |