From 12c93577b3c3a12639f7ec67a9686447dd6888fa Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 21 Oct 2024 11:52:06 +0100 Subject: [PATCH] Don't free disk space on GitHub Actions as it isn't necessary --- .github/actions/prepare-gradle-build/action.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/actions/prepare-gradle-build/action.yml b/.github/actions/prepare-gradle-build/action.yml index 819c13d0..f9969cf3 100644 --- a/.github/actions/prepare-gradle-build/action.yml +++ b/.github/actions/prepare-gradle-build/action.yml @@ -27,12 +27,6 @@ inputs: runs: using: composite steps: - - name: Free Disk Space - if: ${{ runner.os == 'Linux' }} - uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 - with: - tool-cache: true - docker-images: false - name: Set Up Java uses: actions/setup-java@v4 with: