diff --git a/.github/workflows/reusable-release.yaml b/.github/workflows/reusable-release.yaml index 0799506c9af9..6fc219cfce55 100644 --- a/.github/workflows/reusable-release.yaml +++ b/.github/workflows/reusable-release.yaml @@ -27,7 +27,7 @@ jobs: contents: read # Not required for public repositories, but for clarity steps: - name: Maximize build space - uses: easimon/maximize-build-space@v9 + uses: easimon/maximize-build-space@v10 with: root-reserve-mb: 35840 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space. remove-android: 'true' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 802fe53f0814..5ac3241803bf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Maximize build space - uses: easimon/maximize-build-space@v9 + uses: easimon/maximize-build-space@v10 with: root-reserve-mb: 35840 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space. remove-android: "true" @@ -140,7 +140,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Maximize build space - uses: easimon/maximize-build-space@v9 + uses: easimon/maximize-build-space@v10 with: root-reserve-mb: 35840 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space. remove-android: 'true' @@ -173,7 +173,7 @@ jobs: DOCKER_CLI_EXPERIMENTAL: "enabled" steps: - name: Maximize build space - uses: easimon/maximize-build-space@v9 + uses: easimon/maximize-build-space@v10 with: root-reserve-mb: 35840 # The Go cache (`~/.cache/go-build` and `~/go/pkg`) requires a lot of storage space. remove-android: 'true'