From 4d98d91148f982411d2e80b02024f87725d86534 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 07:46:22 +0000 Subject: [PATCH] chore(deps): update easimon/maximize-build-space action to v8 --- .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 04251b3..fa44866 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -57,7 +57,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@09ba4bd25af416c42e0142983065fcca855807a5 # v8 with: root-reserve-mb: 40960 remove-dotnet: 'true'