From 21b0ddbdae1bccaebf38922fb97da08cd4ceed7d Mon Sep 17 00:00:00 2001 From: Antony David Date: Tue, 27 Aug 2024 16:17:10 +0200 Subject: [PATCH] perf(ci): speedup free disk space action (#3694) --- .github/actions/free-disk-space/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/free-disk-space/action.yaml b/.github/actions/free-disk-space/action.yaml index 5d07acc78924..c5f936895d54 100644 --- a/.github/actions/free-disk-space/action.yaml +++ b/.github/actions/free-disk-space/action.yaml @@ -5,10 +5,11 @@ runs: steps: - name: Free Disk Space (Ubuntu) if: runner.os == 'Linux' - uses: jlumbroso/free-disk-space@main + uses: xc2/free-disk-space@fbe203b3788f2bebe2c835a15925da303eaa5efe # v1.0.0 with: # We need to reclaim some space, but uninstalling everyting takes # too long. So we'll just remove some of the larger packages. + # https://github.com/jlumbroso/free-disk-space/pull/26 android: true dotnet: true haskell: true