From 204ad58079ebe0de171973f887da168ec11b7a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:54:49 -0300 Subject: [PATCH] build(deps): bump easimon/maximize-build-space from 8 to 10 (#65) 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](https://github.com/easimon/maximize-build-space/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Nix.yml b/.github/workflows/Nix.yml index bb78bf1..f58f8eb 100644 --- a/.github/workflows/Nix.yml +++ b/.github/workflows/Nix.yml @@ -60,7 +60,7 @@ jobs: - name: "Maximize Disk Space" if: matrix.os == 'ubuntu-latest' - uses: easimon/maximize-build-space@v8 + uses: easimon/maximize-build-space@v10 with: build-mount-path: /nix remove-dotnet: "true"