From d9a2432515a5424be82eb23be3e373c69de2ea53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:58:51 +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/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06cf54c..01a67df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: - name: Release if: ${{ env.product == 'app' }} - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: legado_app_${{ env.VERSION }} tag_name: ${{ env.VERSION }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12c1c44..6cc7fae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -280,7 +280,7 @@ jobs: - name: Publish Official Release if: needs.prepare.outputs.updateLog_updated == 'yes' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: legado_app_${{ env.VERSION }} tag_name: ${{ env.VERSION }} @@ -310,7 +310,7 @@ jobs: - name: Publish Pre-Release if: needs.prepare.outputs.updateLog_updated != 'yes' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: legado_app_${{ env.VERSION }} tag_name: beta