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