From d31760473c2c7bed5c4d20782ee5844d01ca8835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:42:21 +0100 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2.2.0 (#109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 38f26d23..a187507e 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -93,7 +93,7 @@ jobs: # Full release: Github - name: "Create Github release (full)" - uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: body: "Release version ${{ github.event.inputs.release_version }}." tag_name: v${{ github.event.inputs.release_version }}