From e8eb9b98b2f06d248d3f3df21af76e7a7c0b4c65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 00:09:23 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20softprops/actio?= =?UTF-8?q?n-gh-release=20(v2.2.2=20=E2=86=92=20v2.3.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index b9ef7dd..db7efcc 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -40,7 +40,7 @@ jobs: - name: Create release if: steps.daily-version.outputs.created - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.daily-version.outputs.version }}