From 4f276bf90409aea7cc0bf0ab2f29090451ef16fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 10:34:31 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release to v3.0.1 --- .github/workflows/global.release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/global.release.yml b/.github/workflows/global.release.yml index 8550ec5..621dc65 100644 --- a/.github/workflows/global.release.yml +++ b/.github/workflows/global.release.yml @@ -71,14 +71,14 @@ jobs: merge-multiple: true - name: 'Generate Github release' if: ${{ inputs.artifacts_pattern == '' }} - uses: softprops/action-gh-release@v3.0.0 + uses: softprops/action-gh-release@v3.0.1 with: prerelease: ${{ endsWith(github.ref, inputs.prerelease_suffix) }} name: '${{ github.ref_name }} 🚀' body_path: changelog/CHANGELOG.md - name: 'Generate Github release with build artifacts' if: ${{ inputs.artifacts_pattern != '' }} - uses: softprops/action-gh-release@v3.0.0 + uses: softprops/action-gh-release@v3.0.1 with: prerelease: ${{ endsWith(github.ref, inputs.prerelease_suffix) }} name: '${{ github.ref_name }} 🚀'