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

This commit is contained in:
dependabot[bot] 2026-04-14 07:38:18 +02:00 committed by GitHub
parent a54c1353e1
commit 4b0aa4a93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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