Skip to content

Commit

Permalink
build(deps): bump chuhlomin/render-template from 1.9 to 1.10 (#328)
Browse files Browse the repository at this point in the history
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](chuhlomin/render-template@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent 48bb05b commit da12db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-v3.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit da12db3

Please sign in to comment.