fix: 移除 actions/checkout@v4 (Gitea Actions 会自动 clone,且无法访问 GitHub)
Some checks failed
Release / build-and-release (push) Failing after 8m42s

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 23:57:46 +08:00
parent 10a200b96c
commit 9eabf17908

View File

@@ -9,8 +9,6 @@ jobs:
build-and-release: build-and-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with: