Skip to content

Commit

Permalink
Bump easimon/maximize-build-space from 8 to 10 (#144)
Browse files Browse the repository at this point in the history
Bumps [easimon/maximize-build-space](https://github.com/easimon/maximize-build-space) from 8 to 10.
- [Release notes](https://github.com/easimon/maximize-build-space/releases)
- [Changelog](https://github.com/easimon/maximize-build-space/blob/master/CHANGELOG.md)
- [Commits](easimon/maximize-build-space@v8...v10)

---
updated-dependencies:
- dependency-name: easimon/maximize-build-space
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent e7d771b commit 15219e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Clean
uses: easimon/maximize-build-space@v8
uses: easimon/maximize-build-space@v10
with:
# Reserve some space on the / partition to install the needed org.gnome runtimes and their Debug extensions.
# This probably needs around 10-12GB, the rest of the free space on / then gets assigned to the build directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Clean
uses: easimon/maximize-build-space@v8
uses: easimon/maximize-build-space@v10
with:
# Reserve some space on the / partition to install the needed org.gnome runtimes and their Debug extensions.
# This probably needs around 10-12GB, the rest of the free space on / then gets assigned to the build directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Clean
uses: easimon/maximize-build-space@v8
uses: easimon/maximize-build-space@v10
with:
# Reserve some space on the / partition to install the needed org.gnome runtimes and their Debug extensions.
# This probably needs around 10-12GB, the rest of the free space on / then gets assigned to the build directory
Expand Down

0 comments on commit 15219e0

Please sign in to comment.