From ba41204760b10a9ca6285e40241698e0eca5233c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:26:17 +0000 Subject: [PATCH] chore(ci)(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.1 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.1 to 3.0.1. - [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...718ea10b132b3b2eba29c1007bb80653f286566b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 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..761cbe8d 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 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..0bee6cb9 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@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: name: "DeaMap Mobile v${{ steps.version.outputs.version }}" generate_release_notes: true