Skip to content

Commit

Permalink
chore: bump stefanzweifel/changelog-updater-action from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [stefanzweifel/changelog-updater-action](https://github.com/stefanzweifel/changelog-updater-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/stefanzweifel/changelog-updater-action/releases)
- [Changelog](https://github.com/stefanzweifel/changelog-updater-action/blob/main/CHANGELOG.md)
- [Commits](stefanzweifel/changelog-updater-action@3b54ec6...fbed2c0)

---
updated-dependencies:
- dependency-name: stefanzweifel/changelog-updater-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 6de84f9 commit 23883f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
body: ${{ steps.build_github_release.outputs.changelog }}
- name: Update CHANGELOG.md
if: steps.build_github_release.outputs.changelog != ''
uses: stefanzweifel/changelog-updater-action@3b54ec66922355614bf0b80b290d6634a315acf5 # v1
uses: stefanzweifel/changelog-updater-action@fbed2c00a9444d54ab4b1a4a81dea3559e7a2d7c # v1
with:
latest-version: ${{ steps.prepare_release.outputs.version }}
release-notes: ${{ steps.build_github_release.outputs.changelog }}
Expand Down

0 comments on commit 23883f6

Please sign in to comment.