From 6474a525f85acbf0f19340bbea67a88159260f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:53:28 +0000 Subject: [PATCH] Bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 7c4723f7a335432393329f8f1c564994ce50185d to 718ea10b132b3b2eba29c1007bb80653f286566b. - [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/7c4723f7a335432393329f8f1c564994ce50185d...718ea10b132b3b2eba29c1007bb80653f286566b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 718ea10b132b3b2eba29c1007bb80653f286566b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59c675f..9147567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: release/checksums.txt release/sbom.spdx.json - name: Publish GitHub release - uses: softprops/action-gh-release@7c4723f7a335432393329f8f1c564994ce50185d # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: ${{ inputs.tag }} prerelease: true