Skip to content

Commit c078f7b

Browse files
committed
build(deps): bump mikepenz/release-changelog-builder-action from 4 to 5
1 parent cdc879a commit c078f7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
- name: "📝 Changelog › Build (Categorized)"
285285
id: task_release_changelog_categorized
286286
if: ${{ startsWith( inputs.SHOW_UNCATEGORIZED, false ) }}
287-
uses: mikepenz/release-changelog-builder-action@v4
287+
uses: mikepenz/release-changelog-builder-action@v5
288288
with:
289289
token: ${{ secrets.ADMINSERV_TOKEN }}
290290
#fromTag: "${{ env.TAG_LAST }}"
@@ -310,7 +310,7 @@ jobs:
310310
- name: "📝 Changelog › Build (Uncategorized)"
311311
id: task_release_changelog_uncategorized
312312
if: ${{ startsWith( inputs.SHOW_UNCATEGORIZED, true ) }}
313-
uses: mikepenz/release-changelog-builder-action@v4
313+
uses: mikepenz/release-changelog-builder-action@v5
314314
with:
315315
token: ${{ secrets.ADMINSERV_TOKEN }}
316316
#fromTag: "${{ env.TAG_LAST }}"

0 commit comments

Comments
 (0)