From c3de0b3eb05ae9d6062e7fb97cf684e0054a379b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 16:00:48 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3.0.1 --- .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 3051b5f..0d0134f 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@v3.0.0 + uses: softprops/action-gh-release@v3.0.1 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@v3.0.0 + uses: softprops/action-gh-release@v3.0.1 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true