From 0a25079ebab3ce8f132685ae651ebaa97edc0189 Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 26 Jun 2026 12:19:12 +0800 Subject: [PATCH] chore: bump action-gh-release to v3 for Node.js 24 runtime --- .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 7d30e6c..3f4c23e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Create GitHub Release if: startsWith(github.ref, 'refs/tags/v') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true files: better-github-v*.zip