From 495e4142afb2491c5921ec62bfbcd7aa42ae3860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 23:25:51 +0000 Subject: [PATCH] chore(ci)(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.2. - [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/153bb8e04406b158c6c84fc1615b65b24149a1fe...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-android.yml | 2 +- .github/workflows/build-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 3593d293..16b379de 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -188,7 +188,7 @@ jobs: run: echo "version=${GITHUB_REF_NAME#mobile@}" >> "$GITHUB_OUTPUT" - name: Create Release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: name: "DeaMap Mobile v${{ steps.version.outputs.version }}" generate_release_notes: true diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 2235ea3d..ccad6279 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -322,7 +322,7 @@ jobs: # Uses same release name as Android workflow — softprops/action-gh-release # is idempotent: creates if not exists, appends files if it does. - name: Append to Release - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: name: "DeaMap Mobile v${{ steps.version.outputs.version }}" generate_release_notes: true