From 73c1a08e9902eceb5cbbd01cb4fe18e8b9b795ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:24:15 +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-agent-instructions.yml | 2 +- .github/workflows/release-hana-cli.yml | 2 +- .github/workflows/vscode-extension.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-agent-instructions.yml b/.github/workflows/release-agent-instructions.yml index 0f2e4af..9aa6869 100644 --- a/.github/workflows/release-agent-instructions.yml +++ b/.github/workflows/release-agent-instructions.yml @@ -187,7 +187,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "agent-v${{ steps.ver.outputs.version }}" name: "agent-instructions v${{ steps.ver.outputs.version }}" diff --git a/.github/workflows/release-hana-cli.yml b/.github/workflows/release-hana-cli.yml index 05e85b6..4f68d03 100644 --- a/.github/workflows/release-hana-cli.yml +++ b/.github/workflows/release-hana-cli.yml @@ -236,7 +236,7 @@ jobs: echo "$EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: "v${{ steps.ver.outputs.version }}" name: "v${{ steps.ver.outputs.version }}" diff --git a/.github/workflows/vscode-extension.yml b/.github/workflows/vscode-extension.yml index e62a2e5..1655a19 100644 --- a/.github/workflows/vscode-extension.yml +++ b/.github/workflows/vscode-extension.yml @@ -61,6 +61,6 @@ jobs: - uses: actions/download-artifact@v4 with: name: vsix - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: files: '*.vsix'