Skip to content

Commit

Permalink
chore(deps): update smichard/conventional_changelog action to v2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent ef5ccfe commit ffe3546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Changelog
uses: smichard/conventional_changelog@2.0.6
uses: smichard/conventional_changelog@2.0.9
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger_on_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Changelog
uses: smichard/conventional_changelog@2.0.8
uses: smichard/conventional_changelog@2.0.9
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ffe3546

Please sign in to comment.