diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index bb0d14734426..da8a39357a7f 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -113,7 +113,7 @@ jobs: # Fix: Resolve disk space error "ENOSPC: no space left on device" on GitHub Actions runners - name: Free disk cache if: ${{ startsWith(runner.name, 'GitHub Actions') && inputs.target == 'x86_64-unknown-linux-gnu' && steps.check_cache.outputs.exists != 'true' && !inputs.skipable }} - uses: jlumbroso/free-disk-space@main + uses: xc2/free-disk-space@v1.0.0 with: tool-cache: false