From 42c3c60f506931044a5819a01bb4df7e17c2e6a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:19:44 +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/release-cli.yml | 2 +- .github/workflows/release-vscode.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index b2ead2a..13f6029 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -77,7 +77,7 @@ jobs: with: name: cli-package path: release-artifacts - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: draft: true generate_release_notes: true diff --git a/.github/workflows/release-vscode.yml b/.github/workflows/release-vscode.yml index b7b0ee3..91a1cf9 100644 --- a/.github/workflows/release-vscode.yml +++ b/.github/workflows/release-vscode.yml @@ -53,7 +53,7 @@ jobs: with: name: vscode-extension path: release-artifacts - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: draft: true generate_release_notes: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdbe544..daf9626 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Generate checksums working-directory: release-artifacts run: find . -maxdepth 1 -type f ! -name SHA256SUMS.txt -print0 | sort -z | xargs -0 sha256sum > SHA256SUMS.txt - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: draft: true generate_release_notes: true