From c07b26b14da133c4039760d65694d4e83d599b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:59:55 +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/cppcmake-macos.yml | 2 +- .github/workflows/cppcmake-ubuntu.yml | 2 +- .github/workflows/cppcmake-windows.yml | 2 +- .github/workflows/cppcmake-windows_on_arm.yml | 2 +- .github/workflows/cppcmake.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cppcmake-macos.yml b/.github/workflows/cppcmake-macos.yml index 5ad2bc02c..dd9a85af7 100644 --- a/.github/workflows/cppcmake-macos.yml +++ b/.github/workflows/cppcmake-macos.yml @@ -104,7 +104,7 @@ jobs: - if: github.event_name == 'workflow_dispatch' && github.workflow == 'Build (macOS)' name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: DB.Browser.for.*.dmg prerelease: true diff --git a/.github/workflows/cppcmake-ubuntu.yml b/.github/workflows/cppcmake-ubuntu.yml index d2df24e26..781fc9616 100644 --- a/.github/workflows/cppcmake-ubuntu.yml +++ b/.github/workflows/cppcmake-ubuntu.yml @@ -107,7 +107,7 @@ jobs: - if: github.event_name == 'workflow_dispatch' && github.workflow == 'Build (Ubuntu)' name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: DB.Browser.for.*.AppImage prerelease: true diff --git a/.github/workflows/cppcmake-windows.yml b/.github/workflows/cppcmake-windows.yml index 9cd2b70ae..2dfc471a0 100644 --- a/.github/workflows/cppcmake-windows.yml +++ b/.github/workflows/cppcmake-windows.yml @@ -196,7 +196,7 @@ jobs: - if: github.event_name == 'workflow_dispatch' && github.workflow == 'Build (Windows)' name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: installer/windows/DB.Browser.for.SQLite-*.msi, DB.Browser.for.SQLite-*.zip prerelease: true diff --git a/.github/workflows/cppcmake-windows_on_arm.yml b/.github/workflows/cppcmake-windows_on_arm.yml index 60de25bc0..5cdcdba31 100644 --- a/.github/workflows/cppcmake-windows_on_arm.yml +++ b/.github/workflows/cppcmake-windows_on_arm.yml @@ -205,7 +205,7 @@ jobs: - if: github.event_name == 'workflow_dispatch' && github.workflow == 'Build (Windows)' name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: installer/windows_on_arm/DB.Browser.for.SQLite-*.msi, DB.Browser.for.SQLite-*.zip prerelease: true diff --git a/.github/workflows/cppcmake.yml b/.github/workflows/cppcmake.yml index f5478db07..9d247fbf8 100644 --- a/.github/workflows/cppcmake.yml +++ b/.github/workflows/cppcmake.yml @@ -100,7 +100,7 @@ jobs: run: for f in target/*.zip; do unzip -d target/ "$f" && rm -v "$f"; done - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: target/* prerelease: true