ci: 更新 checkout 动作版本
Some checks failed
Sakura-Miki-build / Explore-Gitea-Actions (push) Failing after 11s

- 将 checkout 动作的引用从 'actions/checkout@4' 更新为 'actions/checkout@40a16ebeed7da831425b665e600750cb36b38d06'
This commit is contained in:
Grand-cocoa 2025-03-18 18:11:33 +08:00
parent 4143badef1
commit 913d129a34

View File

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