From f64122248094dcb29c0a86140828d0682f2a3c2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:11:31 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.0 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 092a70d..e29f494 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: zip -r $OUTPUT base65536 - name: pre-release - uses: softprops/action-gh-release@v2.4.2 + uses: softprops/action-gh-release@v2.5.0 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: nightly-${{ github.sha }} @@ -103,7 +103,7 @@ jobs: ${{ matrix.output }} - name: tagged-release - uses: softprops/action-gh-release@v2.4.2 + uses: softprops/action-gh-release@v2.5.0 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true