From 5178bec1a0508b946e4937e088d551f9afeb6dd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:05:10 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20softprops/action-gh-rel?= =?UTF-8?q?ease=20action=20(v2.4.0=20=E2=86=92=20v2.4.1)=20(#216)?= 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> Co-authored-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 8989ae0..f8d6e85 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@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0 + uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.daily-version.outputs.version }}