From 9f8f37142ddd9c70bbdac8d1b53b8d8e70d94da9 Mon Sep 17 00:00:00 2001 From: libingxiang Date: Mon, 4 Aug 2025 17:25:12 +0800 Subject: [PATCH] ci --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index cab75a4..2f5fa47 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "Gitea job id ${{ gitea.run_id }}." - name: Check out repository code - uses: https://gitea.yantootech.com/neil/cache + uses: https://gitea.yantootech.com/neil/cache@v4 with: fetch-depth: 1 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."