From b70f6189199b00a529ecd0e25ef2e769607a51e6 Mon Sep 17 00:00:00 2001 From: wenlinli <1574249665@qq.com> Date: Thu, 4 Jul 2024 15:15:52 +0800 Subject: [PATCH] Update workflow-self-hosted-arm.yml --- .github/workflows/workflow-self-hosted-arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-self-hosted-arm.yml b/.github/workflows/workflow-self-hosted-arm.yml index 768c9082d2..b5de36b389 100644 --- a/.github/workflows/workflow-self-hosted-arm.yml +++ b/.github/workflows/workflow-self-hosted-arm.yml @@ -27,7 +27,7 @@ jobs: VCPKG_ROOT: ~/cache/vcpkg DEPS_ROOT: ~/cache/deps steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: clean: false - name: Set up Node.js 16.x