Skip to content

Commit e5c9aaa

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-45198
2 parents 0dca16c + 51bf592 commit e5c9aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/create-github-release/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
using: composite
1919
steps:
2020
- name: Generate Changelog
21-
uses: spring-io/github-changelog-generator@185319ad7eaa75b0e8e72e4b6db19c8b2cb8c4c1 #v0.0.11
21+
uses: spring-io/github-changelog-generator@86958813a62af8fb223b3fd3b5152035504bcb83 #v0.0.12
2222
with:
2323
config-file: ${{ inputs.commercial && '.github/actions/create-github-release/changelog-generator-commercial.yml' || '.github/actions/create-github-release/changelog-generator-oss.yml' }}
2424
milestone: ${{ inputs.milestone }}

0 commit comments

Comments
 (0)