From d3eb84426e0392afe0c1b5a9a941c8ee6b15066e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 09:13:53 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ca9663..c95ce04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: tar cvf "$DIR_NAME.tar.gz" "$DIR_NAME/" - name: pre-release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.5.3 if: "! startsWith(github.ref, 'refs/tags/')" with: tag_name: master-${{ github.sha }} @@ -111,7 +111,7 @@ jobs: *.tar.gz - name: tagged-release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.5.3 if: startsWith(github.ref, 'refs/tags/') with: fail_on_unmatched_files: true