Skip to content

Commit

Permalink
Merge pull request #366 from kiwigrid/dependabot/github_actions/mikep…
Browse files Browse the repository at this point in the history
…enz/release-changelog-builder-action-5

#none Bump mikepenz/release-changelog-builder-action from 4 to 5
  • Loading branch information
ChristianGeie authored Sep 28, 2024
2 parents 9a303db + 7b42589 commit b31ff68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: "Build Changelog"
if: steps.tagging.outputs.part
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ".github/workflows/release-notes-config.json"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: "Build Changelog"
if: steps.tagging.outputs.part
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ".github/workflows/release-notes-config.json"
env:
Expand Down

0 comments on commit b31ff68

Please sign in to comment.