Skip to content

Commit

Permalink
Merge pull request #990 from openedx/dependabot/github_actions/stefan…
Browse files Browse the repository at this point in the history
…zweifel/changelog-updater-action-1.12.0

chore(deps): bump stefanzweifel/changelog-updater-action from 1.11.0 to 1.12.0
  • Loading branch information
Ian2012 authored Nov 18, 2024
2 parents 11058c2 + ad3e4c1 commit 5823579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bump2version --new-version ${{ steps.tag_version.outputs.new_version }} setup.cfg tutoraspects/__about__.py .ci/config.yml
- name: Update Changelog
if: steps.tag_version.outputs.new_version
uses: stefanzweifel/changelog-updater-action@v1.11.0
uses: stefanzweifel/changelog-updater-action@v1.12.0
with:
latest-version: v${{ steps.tag_version.outputs.new_version }}
release-notes: ${{ steps.tag_version.outputs.changelog }}
Expand Down

0 comments on commit 5823579

Please sign in to comment.