From 913d129a34f1662d44ae7b3e1fe45c380cbf5192 Mon Sep 17 00:00:00 2001 From: Grand-cocoa <1075576561@qq.com49111108+grand-cocoa@users.noreply.github.com> Date: Tue, 18 Mar 2025 18:11:33 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20checkout=20=E5=8A=A8?= =?UTF-8?q?=E4=BD=9C=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 checkout 动作的引用从 'actions/checkout@4' 更新为 'actions/checkout@40a16ebeed7da831425b665e600750cb36b38d06' --- .gitea/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index 2d1e3fa..902b3c2 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - 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: chmod +x ./mvnw - name: build