From 491ec87536e781764aea4633778366198ceb5640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:44:23 +0000 Subject: [PATCH] build(deps): bump softprops/action-gh-release Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.4.2 to 2.5.0 - [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.4.2...a06a81a03ee405af7f2048a818ed3f03bbf83c7b) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-cli.yml | 2 +- .github/workflows/publish-webui.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 862796bf6..3aa645836 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -110,7 +110,7 @@ jobs: - name: "Create GitHub release" # pin to 2.4.2 due to https://github.com/softprops/action-gh-release/issues/703 - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: name: "CLI v${{ needs.prepare.outputs.release-version }}" tag_name: "${{ needs.prepare.outputs.release-tag }}" diff --git a/.github/workflows/publish-webui.yml b/.github/workflows/publish-webui.yml index 017a6cb3b..7cee19c3b 100644 --- a/.github/workflows/publish-webui.yml +++ b/.github/workflows/publish-webui.yml @@ -105,7 +105,7 @@ jobs: - name: "Create GitHub release" # pin to 2.4.2 due to https://github.com/softprops/action-gh-release/issues/703 - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: name: "Frontend Library v${{ needs.prepare.outputs.release-version }}" tag_name: "${{ needs.prepare.outputs.release-tag }}"