Skip to content

Commit

Permalink
Pin free disk space action version (#834)
Browse files Browse the repository at this point in the history
addresses the comment in #833
  • Loading branch information
VenelinMartinov authored Feb 28, 2024
1 parent 4505ddb commit ab3a4b9
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: #{{ .Config.runner.default }}#
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
tool-cache: false
swap-storage: false
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
runs-on: #{{ if .Config.runner.publish }}##{{- .Config.runner.publish }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: #{{ if .Config.runner.publish }}##{{- .Config.runner.publish }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
runs-on: #{{ if .Config.runner.publish }}##{{- .Config.runner.publish }}##{{ else }}##{{- .Config.runner.default }}##{{ end }}#
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
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/providers/aws/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ actions:

preBuild:
- name: Clear GitHub Actions Ubuntu runner disk space
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
tool-cache: false
dotnet: false
Expand Down
6 changes: 3 additions & 3 deletions provider-ci/test-workflows/aws/.github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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:
tool-cache: false
swap-storage: false
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
with:
repo: pulumi/schema-tools
- name: Clear GitHub Actions Ubuntu runner disk space
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
android: true
dotnet: false
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
runs-on: pulumi-ubuntu-8core
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
with:
repo: pulumi/schema-tools
- name: Clear GitHub Actions Ubuntu runner disk space
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
android: true
dotnet: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
with:
repo: pulumi/schema-tools
- name: Clear GitHub Actions Ubuntu runner disk space
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
android: true
dotnet: false
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
runs-on: pulumi-ubuntu-8core
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
Expand Down
4 changes: 2 additions & 2 deletions provider-ci/test-workflows/aws/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
with:
repo: pulumi/schema-tools
- name: Clear GitHub Actions Ubuntu runner disk space
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
android: true
dotnet: false
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
runs-on: pulumi-ubuntu-8core
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
with:
repo: pulumi/schema-tools
- name: Clear GitHub Actions Ubuntu runner disk space
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-spacev@v1
with:
android: true
dotnet: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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:
tool-cache: false
swap-storage: false
Expand Down Expand Up @@ -289,7 +289,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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:
tool-cache: false
swap-storage: false
Expand Down Expand Up @@ -302,7 +302,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,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
Expand Down

0 comments on commit ab3a4b9

Please sign in to comment.