Skip to content

Commit 7005b01

Browse files
build: bump mikepenz/release-changelog-builder-action from 6.2.0 to 6.2.1 (#339)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 708a652 commit 7005b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ jobs:
540540
- name: Build changelog
541541
if: github.ref_type == 'tag' || github.event_name == 'pull_request'
542542
id: build_changelog
543-
uses: mikepenz/release-changelog-builder-action@2cb9befdbc05f65b8354cc9873cd506509bd0782 # v6.2.0
543+
uses: mikepenz/release-changelog-builder-action@bcae7115752d4ed746ff92feb666574428a79415 # v6.2.1
544544
with:
545545
fromTag: ${{ needs.get-previous-release.outputs.tag || '' }}
546546
toTag: ${{ github.ref_type == 'tag' && github.ref_name || github.sha }}

0 commit comments

Comments
 (0)