From 203c70d7847705b5a2c77ede63bf23de73d3a851 Mon Sep 17 00:00:00 2001 From: IISweetHeartII Date: Mon, 20 Apr 2026 16:52:36 +0900 Subject: [PATCH] fix(ci): bump auto-release action to v3 --- .github/workflows/auto-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index ed2ff4f..caa0f65 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -29,7 +29,7 @@ jobs: fi - name: Create Release if: steps.check_tag.outputs.exists == 'false' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }}