diff --git a/.github/workflows/library-publish.yml b/.github/workflows/library-publish.yml index 10ee50c01..0f15c9911 100644 --- a/.github/workflows/library-publish.yml +++ b/.github/workflows/library-publish.yml @@ -41,7 +41,7 @@ jobs: version: "${{ steps.package-version.outputs.current-version }}" path: ./CHANGELOG.md - name: Create release - uses: softprops/action-gh-release@v2.0.5 + uses: softprops/action-gh-release@v2.0.6 with: prerelease: false body: ${{ steps.read-changelog.outputs.changes }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e55b58587..2b218cf72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Remove Radix props dependency +- Update minor and patch Github action dependencies ## [1.0.34] - 2024-06-21