From 023a8ef906ab707ad9615340801128196e7aa279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:57:04 +0000 Subject: [PATCH] MAINT: Update softprops/action-gh-release digest to 3d0d988 --- .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 17d6e4d..b0aa68b 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: tag_name: ${{ env.latest_tag }} name: Version ${{ env.latest_tag }}, ${{ env.date }}