Skip to content

Commit

Permalink
build(deps): bump chuhlomin/render-template from 1.7 to 1.8 (#263)
Browse files Browse the repository at this point in the history
Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.7 to 1.8.
- [Release notes](https://github.com/chuhlomin/render-template/releases)
- [Commits](chuhlomin/render-template@v1.7...v1.8)

---
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 Oct 4, 2023
1 parent 23ecd34 commit e3645dd
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
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Test create from template
- name: Render template
id: template
uses: chuhlomin/render-template@v1.7
uses: chuhlomin/render-template@v1.8
with:
template: .github/comment-template.md
vars: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Test create from template
- name: Render template
id: template
uses: chuhlomin/render-template@v1.7
uses: chuhlomin/render-template@v1.8
with:
template: .github/comment-template.md
vars: |
Expand Down

0 comments on commit e3645dd

Please sign in to comment.