chore: bump softprops/action-gh-release from 2.0.8 to 2.0.9
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](c062e08bd5...e7a8f85e1c)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-01 00:08:54 +00:00 committed by github-actions[bot]
parent bbbc8c5214
commit 0ad32897f5

View file

@ -97,7 +97,7 @@ jobs:
$zipHash.Hash | Out-File -Encoding 'UTF8' "./dist/$($_.Name).sha256" $zipHash.Hash | Out-File -Encoding 'UTF8' "./dist/$($_.Name).sha256"
} }
- name: Release 🎓 - name: Release 🎓
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
with: with:
tag_name: ${{ needs.changelog.outputs.tag }} tag_name: ${{ needs.changelog.outputs.tag }}
body: ${{ needs.changelog.outputs.body }} body: ${{ needs.changelog.outputs.body }}