File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ jobs:
537
537
- name : " 📝 Changelog › Build (Categorized)"
538
538
id : task_release_changelog_categorized
539
539
if : ${{ startsWith( inputs.SHOW_UNCATEGORIZED, false ) }}
540
- uses : mikepenz/release-changelog-builder-action@v4
540
+ uses : mikepenz/release-changelog-builder-action@v5
541
541
with :
542
542
token : ${{ secrets.ADMINSERV_TOKEN }}
543
543
# fromTag: "${{ env.TAG_LAST }}"
@@ -563,7 +563,7 @@ jobs:
563
563
- name : " 📝 Changelog › Build (Uncategorized)"
564
564
id : task_release_changelog_uncategorized
565
565
if : ${{ startsWith( inputs.SHOW_UNCATEGORIZED, true ) }}
566
- uses : mikepenz/release-changelog-builder-action@v4
566
+ uses : mikepenz/release-changelog-builder-action@v5
567
567
with :
568
568
token : ${{ secrets.ADMINSERV_TOKEN }}
569
569
# fromTag: "${{ env.TAG_LAST }}"
You can’t perform that action at this time.
0 commit comments