diff --git a/.changeset/personal-cyan-guan.md b/.changeset/personal-cyan-guan.md new file mode 100644 index 00000000..c81bb2d3 --- /dev/null +++ b/.changeset/personal-cyan-guan.md @@ -0,0 +1,5 @@ +--- +'arcane-scripts': patch +--- + +chore(deps): bump chuhlomin/render-template from 1.7 to 1.8 diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index a6736af2..3ac0a4f3 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -50,7 +50,7 @@ jobs: - name: Render template id: render - uses: chuhlomin/render-template@v1.7 + uses: chuhlomin/render-template@v1.8 if: success() && steps.find-pr.outputs.number with: template: .github/dependabot-changeset.template.md