From 400f657a9b3afe89b0f9d37aeceaefff4d058f10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:51:25 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/first-time.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-time.yml b/.github/workflows/first-time.yml index cf6bec6..76acb42 100644 --- a/.github/workflows/first-time.yml +++ b/.github/workflows/first-time.yml @@ -44,7 +44,7 @@ jobs: tag: "v1.0.0" message: "v1.0.0" - name: Create release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: token: ${{ secrets.GITHUB_TOKEN }} name: v1.0.0