From d23562e5792eb568e230c3a23f9618e566927f3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:47:07 +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 ae6ed247..89f3fe3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -385,7 +385,7 @@ jobs: cat /tmp/release_body.txt - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.get-version.outputs.version }} name: SpotiFLAC ${{ needs.get-version.outputs.version }}