From 26d27221f37990537c17d06f8dc09d1f02f97964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:31:23 +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/CI.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d4788e5..ac0a416 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -381,11 +381,11 @@ jobs: run: cargo cyclonedx --format json --override-filename ferro-ta-rust-sbom.cdx - name: Upload Python SBOM to release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ferro-ta-python-sbom.spdx.json - name: Upload Rust SBOM to release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ferro-ta-rust-sbom.cdx.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e9026b..d4ffd5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: PY - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.ref_name }} name: v${{ steps.version.outputs.version }}