From d0a6691d1a2c051d9d44d2b3eaf588ee161149fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:17:30 +0000 Subject: [PATCH] build(deps): Bump softprops/action-gh-release from 1 to 2 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust_sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_sbom.yml b/.github/workflows/rust_sbom.yml index 35591cd2..ca4451b5 100644 --- a/.github/workflows/rust_sbom.yml +++ b/.github/workflows/rust_sbom.yml @@ -59,6 +59,6 @@ jobs: - name: Upload SBOM to Release if: github.event_name == 'release' - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: ${{ matrix.crate }}-sbom.spdx.json \ No newline at end of file