From 71c8d07efdbcf49df2152e215841534944e800c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:36:45 +0000 Subject: [PATCH] MAINT: Update softprops/action-gh-release digest to 718ea10 --- .github/workflows/create-github-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-github-release.yaml b/.github/workflows/create-github-release.yaml index 1dfe8c5..17d6e4d 100644 --- a/.github/workflows/create-github-release.yaml +++ b/.github/workflows/create-github-release.yaml @@ -35,7 +35,7 @@ jobs: echo "$EOF" >> "$GITHUB_ENV" - name: Create GitHub Release 🚀 - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ env.latest_tag }} name: Version ${{ env.latest_tag }}, ${{ env.date }}