From 2dbe2429af8d2291c32ef474ff5d27b131b9c1b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 16:28:59 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 6da8fa9 --- .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 6c737feb..b6e96ff8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,7 @@ jobs: } >> "$GITHUB_OUTPUT" fi - name: Create GitHub Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2 with: tag_name: ${{ needs.validate-release.outputs.version }} name: Release ${{ needs.validate-release.outputs.version }}