From 42f4804648eb76e5171235649ced1f1faf33a60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:04:11 +0000 Subject: [PATCH] chore(deps): [WPB-9777] bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.5.0 to 3.0.0. - [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.5.0...v3.0.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-rc.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/generate-changelog.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-rc.yml b/.github/workflows/build-rc.yml index 33d45dcfcb2..f8aa262c383 100644 --- a/.github/workflows/build-rc.yml +++ b/.github/workflows/build-rc.yml @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Create GitHub Pre-Release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 with: tag_name: ${{ github.ref_name }} name: "Release Candidate ${{ github.ref_name }}" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2067aefb980..90d1549534f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -94,7 +94,7 @@ jobs: - name: Deploy to GitHub Release if: matrix.target.type == 'github-release' - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 with: files: | ${{ inputs.artifacts-path }}apk/${{ steps.lowercase.outputs.build-flavour }}/${{ steps.lowercase.outputs.build-variant }}/*.apk diff --git a/.github/workflows/generate-changelog.yml b/.github/workflows/generate-changelog.yml index 93a42fb35db..e4195a31292 100644 --- a/.github/workflows/generate-changelog.yml +++ b/.github/workflows/generate-changelog.yml @@ -61,7 +61,7 @@ jobs: npx generate-changelog@1.8.0 -t "$PREVIOUS_TAG...$CURRENT_TAG" - name: 'Create release with changelog' - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v3.0.0 env: GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }} with: