From ccaa70de03ce7bb73e4d462c698aa11fbe299c2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:27:59 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/build_push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index 918ea3a..dcdfa36 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -62,7 +62,7 @@ jobs: - name: Create release if: startsWith(github.ref, 'refs/tags/') && github.repository == 'LiveTL/android' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ env.VERSION_TAG }} name: LiveTL for Android ${{ env.VERSION_TAG }}