From d0b7129ef4cdf42cdaa293e147752c8302c2d804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 07:01:49 +0000 Subject: [PATCH] Bump softprops/action-gh-release Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from aa05f9d77940d1a6b7a495c3264de51fabbf36d9 to 5be0e66d93ac7ed76da52eca8bb058f665c3a5fe. - [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/aa05f9d77940d1a6b7a495c3264de51fabbf36d9...5be0e66d93ac7ed76da52eca8bb058f665c3a5fe) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 5be0e66d93ac7ed76da52eca8bb058f665c3a5fe dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 20503b6..3da247c 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -233,7 +233,7 @@ jobs: - name: Create GitHub release - uses: softprops/action-gh-release@aa05f9d77940d1a6b7a495c3264de51fabbf36d9 # master + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # master with: body_path: RELEASE.rst draft: false