Skip to content

Commit 83d0c8e

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
runs-on: ubuntu-latest
138138
steps:
139139
- name: Free Disk Space (Ubuntu)
140-
uses: jlumbroso/free-disk-spacev@v1
140+
uses: jlumbroso/free-disk-space@v1.3.1
141141
with:
142142
tool-cache: false
143143
swap-storage: false
@@ -287,7 +287,7 @@ jobs:
287287
runs-on: ubuntu-latest
288288
steps:
289289
- name: Free Disk Space (Ubuntu)
290-
uses: jlumbroso/free-disk-spacev@v1
290+
uses: jlumbroso/free-disk-space@v1.3.1
291291
with:
292292
# this might remove tools that are actually needed,
293293
# 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-spacev@v1
228+
uses: jlumbroso/free-disk-space@v1.3.1
229229
with:
230230
# this might remove tools that are actually needed,
231231
# if set to "true" but frees about 6 GB

0 commit comments

Comments
 (0)