From bac436890cb2e7f1d12b5bc3ca88d5f7c1f20390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 04:42:18 +0000 Subject: [PATCH] build(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/3d0d9888cb7fd7b750713d6e236d1fcb99157228...efb35369e0ad2afab669f228072c1b0d510eae64) --- 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/capture-core-publish.yml | 2 +- .github/workflows/trace-adapters-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/capture-core-publish.yml b/.github/workflows/capture-core-publish.yml index 0458a25..5982074 100644 --- a/.github/workflows/capture-core-publish.yml +++ b/.github/workflows/capture-core-publish.yml @@ -116,7 +116,7 @@ jobs: with: name: dist path: dist/ - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: files: dist/* generate_release_notes: true diff --git a/.github/workflows/trace-adapters-publish.yml b/.github/workflows/trace-adapters-publish.yml index 8fffda0..e9f1f23 100644 --- a/.github/workflows/trace-adapters-publish.yml +++ b/.github/workflows/trace-adapters-publish.yml @@ -93,7 +93,7 @@ jobs: with: name: trace-adapters-dist path: dist/ - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: files: dist/* generate_release_notes: true