Skip to content

Commit

Permalink
bump mikepenz/release-changelog-builder-action to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Mar 11, 2024
1 parent 92df427 commit 78ef46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: git fetch origin tag ${{ steps.generate_env_vars.outputs.tag_name }} --no-tags
- name: Build Changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2.1.0
uses: mikepenz/release-changelog-builder-action@v4.2.0
with:
configuration: "changelog.json"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Build Changelog
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2.1.0
uses: mikepenz/release-changelog-builder-action@v4.2.0
with:
configuration: "changelog.json"
env:
Expand Down

0 comments on commit 78ef46e

Please sign in to comment.