From 6d7b028faedf5e8aeea5690762f07127d4056878 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 02:40:38 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release digest to 72f2c25 --- .github/workflows/release.lib.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.lib.yaml b/.github/workflows/release.lib.yaml index 3b52a6b..2cd0815 100644 --- a/.github/workflows/release.lib.yaml +++ b/.github/workflows/release.lib.yaml @@ -120,7 +120,7 @@ jobs: - name: Create GitHub release if: ${{ env.SKIP != 'true' }} - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2 with: tag_name: ${{ env.version }} name: Release ${{ env.version }}