chore(deps): bump softprops/action-gh-release from 2 to 3

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-13 21:35:06 +00:00 committed by GitHub
parent 27ab58bbf5
commit 5470097214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -255,7 +255,7 @@ jobs:
- name: Create GitHub Release - name: Create GitHub Release
if: steps.version_check.outputs.warning == '' if: steps.version_check.outputs.warning == ''
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
with: with:
name: ${{ steps.release_notes.outputs.title }} name: ${{ steps.release_notes.outputs.title }}
body: ${{ steps.release_notes.outputs.notes }} body: ${{ steps.release_notes.outputs.notes }}