From 3ad0c8235660e26df195259a80a382aff2af534a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 25 Mar 2024 04:35:30 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ee461d..7e7df9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: run: | git push origin main v$RELEASE_VERSION - name: Publish release - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2 with: tag_name: v${{ inputs.release_version }} generate_release_notes: true