diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2d653d3b..9424275a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -136,6 +136,11 @@ jobs: needs: prerequisites runs-on: ubuntu-latest steps: + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-spacev@v1 + with: + tool-cache: false + swap-storage: false - name: Checkout Repo uses: actions/checkout@v4 - name: Configure AWS Credentials @@ -282,7 +287,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-spacev@v1 with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 8eb4a3ae..69b0df10 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -225,7 +225,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-spacev@v1 with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3691415..5a9dd1ce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -239,7 +239,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main + uses: jlumbroso/free-disk-spacev@v1 with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB