diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9424275a..37a5319b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -137,7 +137,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 @@ -287,7 +287,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 69b0df10..baeffeda 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-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