From d68a6c8a8cc8c585aaa8270bc2da16388cd1a32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 08:15:07 +0000 Subject: [PATCH] chore(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/book-build.yml | 4 ++-- .github/workflows/build-browser-extensions.yml | 2 +- .github/workflows/build-cli-tools.yml | 2 +- .github/workflows/build-desktop.yml | 2 +- .github/workflows/build-enterprise.yml | 2 +- .github/workflows/build-mobile.yml | 2 +- .github/workflows/build-vscode-extension.yml | 2 +- .github/workflows/release-app.yml | 2 +- .github/workflows/release-native.yml | 2 +- .github/workflows/release-suite-installers.yml | 2 +- .github/workflows/release-suite.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/stable-release.yml | 2 +- .github/workflows/video-build.yml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/book-build.yml b/.github/workflows/book-build.yml index 5a1887b..17485fb 100644 --- a/.github/workflows/book-build.yml +++ b/.github/workflows/book-build.yml @@ -252,7 +252,7 @@ jobs: fi - name: Create or update release with PDF - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ./pdf-output/${{ needs.build-pdf.outputs.pdf_name }} tag_name: ${{ steps.tag.outputs.tag }} @@ -287,7 +287,7 @@ jobs: path: ./pdf-output - name: Update dev release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: dev-latest name: "📖 Development Build (Latest)" diff --git a/.github/workflows/build-browser-extensions.yml b/.github/workflows/build-browser-extensions.yml index 8f3d8d6..ec3a205 100644 --- a/.github/workflows/build-browser-extensions.yml +++ b/.github/workflows/build-browser-extensions.yml @@ -227,7 +227,7 @@ jobs: merge-multiple: true - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "Browser Extension ${{ github.ref_name }}" diff --git a/.github/workflows/build-cli-tools.yml b/.github/workflows/build-cli-tools.yml index 12aa7a7..4f808e8 100644 --- a/.github/workflows/build-cli-tools.yml +++ b/.github/workflows/build-cli-tools.yml @@ -228,7 +228,7 @@ jobs: merge-multiple: true - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "CLI Tools ${{ github.ref_name }}" diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index c4173a2..598c423 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -332,7 +332,7 @@ jobs: merge-multiple: true - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "${{ needs.parse.outputs.app_id }} v${{ needs.parse.outputs.version }}" diff --git a/.github/workflows/build-enterprise.yml b/.github/workflows/build-enterprise.yml index ad8e395..0d24dc3 100644 --- a/.github/workflows/build-enterprise.yml +++ b/.github/workflows/build-enterprise.yml @@ -204,7 +204,7 @@ jobs: echo "version=$VERSION" >> "$GITHUB_OUTPUT" - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "Enterprise ${{ steps.tag.outputs.app }} v${{ steps.tag.outputs.version }}" diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index 411c1da..0b8b0a6 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -176,7 +176,7 @@ jobs: merge-multiple: true - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "${{ needs.parse.outputs.app_id }} v${{ needs.parse.outputs.version }}" diff --git a/.github/workflows/build-vscode-extension.yml b/.github/workflows/build-vscode-extension.yml index 3adae03..57bd64b 100644 --- a/.github/workflows/build-vscode-extension.yml +++ b/.github/workflows/build-vscode-extension.yml @@ -79,7 +79,7 @@ jobs: path: dist - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "eOffice for VS Code ${{ github.ref_name }}" diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 24a4788..c560a67 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v4 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: "${{ needs.parse-tag.outputs.app_id }} v${{ needs.parse-tag.outputs.version }}" diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml index a943511..b6b3051 100644 --- a/.github/workflows/release-native.yml +++ b/.github/workflows/release-native.yml @@ -323,7 +323,7 @@ jobs: done - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ inputs.tag }} name: "eApps ${{ inputs.tag }}" diff --git a/.github/workflows/release-suite-installers.yml b/.github/workflows/release-suite-installers.yml index 2d19d78..d48f2af 100644 --- a/.github/workflows/release-suite-installers.yml +++ b/.github/workflows/release-suite-installers.yml @@ -151,7 +151,7 @@ jobs: cd release && cat SHA256SUMS-*.txt > SHA256SUMS.txt 2>/dev/null && rm -f SHA256SUMS-*.txt - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.TAG }}-suite name: "eApps Suite ${{ env.TAG }} — Installers" diff --git a/.github/workflows/release-suite.yml b/.github/workflows/release-suite.yml index df7045c..7bee01c 100644 --- a/.github/workflows/release-suite.yml +++ b/.github/workflows/release-suite.yml @@ -174,7 +174,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} name: "eApps Suite ${{ steps.version.outputs.tag }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c45d9fb..1b7d406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -210,7 +210,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} name: "eApps ${{ steps.version.outputs.tag }}" diff --git a/.github/workflows/stable-release.yml b/.github/workflows/stable-release.yml index 2d5a577..cd48c3f 100644 --- a/.github/workflows/stable-release.yml +++ b/.github/workflows/stable-release.yml @@ -523,7 +523,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.TAG }} name: "eApps ${{ env.TAG }}" diff --git a/.github/workflows/video-build.yml b/.github/workflows/video-build.yml index de958ca..1106570 100644 --- a/.github/workflows/video-build.yml +++ b/.github/workflows/video-build.yml @@ -84,7 +84,7 @@ jobs: - name: Attach to release if: github.event_name == 'release' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: promo/${{ steps.vid.outputs.filename }} tag_name: ${{ github.event.release.tag_name }}