ci: 更新 GitHub Actions 依赖- 将 actions/checkout@v4 替换为 https://git.alina-dace.info/actions/checkout@4
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 9s

- 删除了多余的步骤,简化了工作流配置
This commit is contained in:
Grand-cocoa 2025-03-18 18:06:39 +08:00
parent 9f286f3dc9
commit 4143badef1

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repo
uses: actions/checkout@v4
uses: https://git.alina-dace.info/actions/checkout@4
- run: pwd
- run: chmod +x ./mvnw
- name: build