From 62e5eb2d3a894bb80881bf532652e86b8f4ad470 Mon Sep 17 00:00:00 2001 From: chauyin Date: Tue, 6 May 2025 22:52:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20actions/checkout=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BB=A5=E7=A1=AE=E4=BF=9D=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-artifact.yaml b/.gitea/workflows/build-artifact.yaml index e1ae992..f11492f 100644 --- a/.gitea/workflows/build-artifact.yaml +++ b/.gitea/workflows/build-artifact.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4 with: submodules: true