Skip to content

Commit d045cd0

Browse files
authored
Update GitHub Actions workflows. (#397)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit ab3a4b9861936ec29d601725be76a22d9e273dca.
1 parent cf111cf commit d045cd0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/master.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ jobs:
136136
needs: prerequisites
137137
runs-on: ubuntu-latest
138138
steps:
139+
- name: Free Disk Space (Ubuntu)
140+
uses: jlumbroso/free-disk-spacev@v1
141+
with:
142+
tool-cache: false
143+
swap-storage: false
139144
- name: Checkout Repo
140145
uses: actions/checkout@v4
141146
- name: Configure AWS Credentials
@@ -282,7 +287,7 @@ jobs:
282287
runs-on: ubuntu-latest
283288
steps:
284289
- name: Free Disk Space (Ubuntu)
285-
uses: jlumbroso/free-disk-space@main
290+
uses: jlumbroso/free-disk-spacev@v1
286291
with:
287292
# this might remove tools that are actually needed,
288293
# if set to "true" but frees about 6 GB

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: ubuntu-latest
226226
steps:
227227
- name: Free Disk Space (Ubuntu)
228-
uses: jlumbroso/free-disk-space@main
228+
uses: jlumbroso/free-disk-spacev@v1
229229
with:
230230
# this might remove tools that are actually needed,
231231
# if set to "true" but frees about 6 GB

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
runs-on: ubuntu-latest
240240
steps:
241241
- name: Free Disk Space (Ubuntu)
242-
uses: jlumbroso/free-disk-space@main
242+
uses: jlumbroso/free-disk-spacev@v1
243243
with:
244244
# this might remove tools that are actually needed,
245245
# if set to "true" but frees about 6 GB

0 commit comments

Comments
 (0)