Skip to content

Commit 5d72c1f

Browse files
build(deps): update softprops/action-gh-release action to v3
1 parent 428eb99 commit 5d72c1f

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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # 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@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # 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)