From 4b9be977efd1bdd767a5a06c4f1587b731bf0f95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:06:16 +0000 Subject: [PATCH] chore(deps): update easimon/maximize-build-space action to v10 --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index b17db89a..2fffb65f 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -95,7 +95,7 @@ jobs: # and docker images) from the GH runner, which will liberate around 60 GB of storage # distributed in 40GB for root and around 20 for a mnt point. - name: Maximise GH runner space - uses: easimon/maximize-build-space@v7 + uses: easimon/maximize-build-space@v10 with: root-reserve-mb: 29696 remove-dotnet: 'true'