From bcbd4b9dfe7e40481d59e05707827aa1e112d5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:04:27 +0000 Subject: [PATCH] chore(deps): bump easimon/maximize-build-space from 6 to 8 Bumps [easimon/maximize-build-space](https://github.com/easimon/maximize-build-space) from 6 to 8. - [Release notes](https://github.com/easimon/maximize-build-space/releases) - [Changelog](https://github.com/easimon/maximize-build-space/blob/master/CHANGELOG.md) - [Commits](https://github.com/easimon/maximize-build-space/compare/v6...v8) --- updated-dependencies: - dependency-name: easimon/maximize-build-space dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cachix.yml | 2 +- .github/workflows/check-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index 8651732..e2c1ce5 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -22,7 +22,7 @@ jobs: - tidal - maximal steps: - - uses: easimon/maximize-build-space@v6 + - uses: easimon/maximize-build-space@v8 name: Maximize build space with: overprovision-lvm: true diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 009f4e5..eb6d6df 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -19,7 +19,7 @@ jobs: - docs-manpages - docs-json steps: - - uses: easimon/maximize-build-space@v6 + - uses: easimon/maximize-build-space@v8 with: overprovision-lvm: true remove-android: true