Skip to content

Commit 8aa206b

Browse files
chore(deps): update softprops/action-gh-release action to v3
1 parent f5880e7 commit 8aa206b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "tag=${TAG}" >> $GITHUB_OUTPUT
5555
5656
- name: Create Release
57-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
57+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
5858
if: contains(fromJson('["stable"]'), matrix.version) && (github.event.schedule == '0 1 * * TUE' || contains(fromJson('["workflow_dispatch", "workflow_call"]'), github.event_name))
5959
with:
6060
name: ${{ steps.generate-release-text.outputs.title }}

0 commit comments

Comments
 (0)