diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fbbbd89d..696da79e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -140,7 +140,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-spacev@v1 + uses: jlumbroso/free-disk-space@v1.3.1 with: tool-cache: false swap-storage: false @@ -290,7 +290,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-spacev@v1 + uses: jlumbroso/free-disk-space@v1.3.1 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 54b0f632..828c8eb6 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -228,7 +228,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-spacev@v1 + uses: jlumbroso/free-disk-space@v1.3.1 with: # this might remove tools that are actually needed, # if set to "true" but frees about 6 GB