From 8ceee41052f536da64871c23b019c42809b0fa55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:38:06 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.3.2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3a8741f..2b333fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: - name: Upload to GitHub Releases if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.3.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: