From fbad39c7759259e3349153f9ed0b2ab0c356f160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 05:47:31 +0000 Subject: [PATCH] Bump jlumbroso/free-disk-space from 1.3.0 to 1.3.1 Bumps [jlumbroso/free-disk-space](https://github.com/jlumbroso/free-disk-space) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/jlumbroso/free-disk-space/releases) - [Commits](https://github.com/jlumbroso/free-disk-space/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: jlumbroso/free-disk-space dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3edc3a49..31cd2ac4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -179,7 +179,7 @@ jobs: restore-keys: Library-buildLinux-${{ matrix.targetPlatform }}- - name: Free Disk Space if: matrix.targetPlatform == 'Android' || matrix.targetPlatform == 'StandaloneLinux64' - uses: jlumbroso/free-disk-space@v1.3.0 + uses: jlumbroso/free-disk-space@v1.3.1 with: large-packages: false - name: Build Unity Project