From ef0524485a17f3d7b1502bd3cba0ccdf711a5325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:38:40 +0200 Subject: [PATCH] build(deps): bump softprops/action-gh-release (#1665) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from c12583777ecdfd3be55c69cf75464299dc01057e to 3d0d9888cb7fd7b750713d6e236d1fcb99157228. - [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/c12583777ecdfd3be55c69cf75464299dc01057e...3d0d9888cb7fd7b750713d6e236d1fcb99157228) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3d0d9888cb7fd7b750713d6e236d1fcb99157228 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eebacf5a..6fb82f9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -947,7 +947,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Create Release - uses: softprops/action-gh-release@c12583777ecdfd3be55c69cf75464299dc01057e # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: ${{ steps.release-files.outputs.files }} draft: true