From 4890d464eb4880d0ff5e295b21d4f6f4cf89ffd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:53:10 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-nightly.yml | 2 +- .github/workflows/auto-release-from-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-nightly.yml b/.github/workflows/auto-nightly.yml index e01439a..eb6ac43 100644 --- a/.github/workflows/auto-nightly.yml +++ b/.github/workflows/auto-nightly.yml @@ -223,7 +223,7 @@ jobs: throw new Error(errorMsg); } - name: "Create nightly release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: "${{ steps.nightly-logic.outputs.UPDATE_RELEASE == 'true' }}" with: name: "${{ steps.build.outputs.ZIP_VERSION }} nightly" diff --git a/.github/workflows/auto-release-from-tag.yml b/.github/workflows/auto-release-from-tag.yml index 48b617b..9c098b1 100644 --- a/.github/workflows/auto-release-from-tag.yml +++ b/.github/workflows/auto-release-from-tag.yml @@ -139,7 +139,7 @@ jobs: fi printf 'TAG_NAME=%s\n' "${TAG_NAME:?}" 1>> "${GITHUB_OUTPUT?}" - name: "Create release" - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: "${{ steps.release-logic.outputs.CREATE_RELEASE == 'true' }}" with: name: "${{ steps.release-logic.outputs.TAG_NAME }}"