From 1f49c67fca077a36812b6823781c39d705920b76 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 08:23:26 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.5.0 | datasource | package | from | to | | ----------- | --------------------------- | ------ | ------ | | github-tags | softprops/action-gh-release | v2.3.4 | v2.5.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- build-plugin/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-plugin/action.yml b/build-plugin/action.yml index bc60936b..7be3b2b6 100644 --- a/build-plugin/action.yml +++ b/build-plugin/action.yml @@ -143,7 +143,7 @@ runs: PLUGIN_VERSION: ${{ steps.package-plugin.outputs.plugin-version }} - name: Create Github release - uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: draft: true generate_release_notes: true