From 7c835df7dc0db6ace3a2d29e2af7678a870c7306 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 19:27:42 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20softprops/action-gh-rel?= =?UTF-8?q?ease=20action=20(v2.3.4=20=E2=86=92=20v2.4.0)=20(#210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 4867902..8989ae0 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@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4 + uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.daily-version.outputs.version }}