From 34f44c9b219bd8b700a6f9fe86ab83365129c2b2 Mon Sep 17 00:00:00 2001 From: "mergeraptor[bot]" <267480593+mergeraptor[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 04:39:19 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 718ea10 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8057df..8486d3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "filename=$(basename $FILE)" >> "$GITHUB_OUTPUT" - name: Create GitHub Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: files: dist/* generate_release_notes: true