From 9821ebf898625b57f73973c1bb6bb874b1169d07 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 11 Oct 2025 16:59:06 +0000 Subject: [PATCH] chore: Update GitHub Action softprops/action-gh-release to 6da8fa9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3978bd9..6a82139 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -384,7 +384,7 @@ jobs: } } - name: Create Draft GitHub Release - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2 with: draft: true prerelease: ${{ steps.tagversion.outputs.prerelease }}