From b5f7e2a44a0204b4befcbe1a33e0e9a4964338ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 01:54:18 +0000 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 3.0.2 to 3.0.3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.2 to 3.0.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/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/offline-bundle.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/offline-bundle.yaml b/.github/workflows/offline-bundle.yaml index 9f56944..10aeb08 100644 --- a/.github/workflows/offline-bundle.yaml +++ b/.github/workflows/offline-bundle.yaml @@ -110,7 +110,7 @@ jobs: if-no-files-found: error - name: Attach offline bundle to release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: # Match release.yaml: add the asset to the same draft release for the # tag without flipping its draft state. diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4820297..e334a83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -204,7 +204,7 @@ jobs: rm -rf gen0sec-mcp-server-bake-meta - name: Release - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: draft: true discussion_category_name: Releases