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
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 9s
- 删除了多余的步骤,简化了工作流配置
This commit is contained in:
parent
9f286f3dc9
commit
4143badef1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user