Skip to content

Commit 0baa4eb

Browse files
chore(deps): update softprops/action-gh-release action to v3
1 parent 5659ef5 commit 0baa4eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
make build sign "VERSION=${VERSION}"
132132
)
133133
- name: Create release
134-
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
134+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
135135
with:
136136
name: ${{ needs.generate-version.outputs.version }}
137137
tag_name: ${{ needs.generate-version.outputs.version }}

0 commit comments

Comments
 (0)