Skip to content

Commit c6d9a8e

Browse files
build(deps): update softprops/action-gh-release action to v3
1 parent d4caf5e commit c6d9a8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: uvx --from commitizen --with cz-conventional-gitmoji cz changelog ${{ github.ref_name }} --file-name release-notes.md
2929

3030
- name: Create release
31-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
31+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
3232
with:
3333
body_path: release-notes.md

template/{% if repository_provider == 'github' %}.github{% endif %}/workflows/main.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
fi
116116

117117
- name: Create release
118-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
118+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
119119
with:
120120
body_path: release-notes.md
121121
prerelease: {% raw %}${{ steps.check_prerelease.outputs.is_prerelease }}{% endraw %}

0 commit comments

Comments
 (0)