From bb986a816d48eef70863d237af750efdd36ce83d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:40:40 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release to v3.0.2 --- .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 621dc65..615b7c7 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.1 + uses: softprops/action-gh-release@v3.0.2 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.1 + uses: softprops/action-gh-release@v3.0.2 with: prerelease: ${{ endsWith(github.ref, inputs.prerelease_suffix) }} name: '${{ github.ref_name }} 🚀'