From d9fb7585e6b2adade60762bfea008a5df44acccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 16:53:05 +0000 Subject: [PATCH] Bump jlumbroso/free-disk-space from 1.3.1 to 2.0.0 Bumps [jlumbroso/free-disk-space](https://github.com/jlumbroso/free-disk-space) from 1.3.1 to 2.0.0. - [Release notes](https://github.com/jlumbroso/free-disk-space/releases) - [Commits](https://github.com/jlumbroso/free-disk-space/compare/v1.3.1...v2.0.0) --- updated-dependencies: - dependency-name: jlumbroso/free-disk-space dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 22467220f..b9e7b21f0 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -15,7 +15,7 @@ jobs: fetch-tags: true - name: Free disk space (keep toolcache) - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@v2.0.0 with: tool-cache: false # IMPORTANT: don't wipe runner tool cache android: true