From eaf3e42a98d470140c786eca50ab8dca417b544c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:16:29 +1000 Subject: [PATCH] Bump softprops/action-gh-release from 1 to 2 (#1174) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af4bbd7dc..0adca28d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -382,7 +382,7 @@ jobs: # if tag contains "-" treat it as pre-release # example: 1.0.0-beta1 - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release v${{ needs.check-version.outputs.version }} draft: true