Skip to content

Commit

Permalink
Update mikepenz/release-changelog-builder-action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeage committed Jul 26, 2023
1 parent 4da12a8 commit b65b988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
steps:
- name: "Build Changelog"
id: changelog
uses: mikepenz/release-changelog-builder-action@v3.7.2
uses: mikepenz/release-changelog-builder-action@v4
with:
fromTag: "${{ needs.configuration.outputs.previousrelease }}"
toTag: "${{ needs.configuration.outputs.currentrelease }}"
Expand Down Expand Up @@ -525,7 +525,7 @@ jobs:
steps:
- name: "Build Changelog"
id: changelog
uses: mikepenz/release-changelog-builder-action@v3.7.2
uses: mikepenz/release-changelog-builder-action@v4
with:
fromTag: "${{ needs.configuration.outputs.previousfullrelease }}"
toTag: "${{ needs.configuration.outputs.currentrelease }}"
Expand Down

0 comments on commit b65b988

Please sign in to comment.