Skip to content

Commit

Permalink
Bump chuhlomin/render-template from 1.7 to 1.8
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>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent f21a8c5 commit ba02131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check_pyproject_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Fetch PR body
if: env.UPDATE_DEPS == 'true'
id: pr_body
uses: chuhlomin/render-template@v1.7
uses: chuhlomin/render-template@v1.8
with:
template: ${{ env.PR_BODY_FILE }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Fetch PR body
id: pr_body
uses: chuhlomin/render-template@v1.7
uses: chuhlomin/render-template@v1.8
with:
template: ${{ env.PR_BODY_FILE }}

Expand Down

0 comments on commit ba02131

Please sign in to comment.