diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d4ff60f2df9..ec06da00322 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -141,6 +141,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 with: @@ -295,7 +300,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 5c6febe4e17..2e29eeceba7 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -236,7 +236,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 d4743fbff22..96652472713 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -250,7 +250,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