From f6d4e99165f219216d766c8b7dfd5bbfd630ce69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 04:34:30 +0000 Subject: [PATCH] Bump AdityaGarg8/remove-unwanted-software from 3 to 4 Bumps [AdityaGarg8/remove-unwanted-software](https://github.com/adityagarg8/remove-unwanted-software) from 3 to 4. - [Release notes](https://github.com/adityagarg8/remove-unwanted-software/releases) - [Commits](https://github.com/adityagarg8/remove-unwanted-software/compare/v3...v4) --- updated-dependencies: - dependency-name: AdityaGarg8/remove-unwanted-software dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00d9593..06cf73d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Free up disk space for the CI - uses: AdityaGarg8/remove-unwanted-software@v3 + uses: AdityaGarg8/remove-unwanted-software@v4 with: remove-android: 'true' remove-dotnet: 'true' @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v4 - name: Free up disk space for the CI - uses: AdityaGarg8/remove-unwanted-software@v3 + uses: AdityaGarg8/remove-unwanted-software@v4 with: remove-android: 'true' remove-dotnet: 'true' @@ -136,7 +136,7 @@ jobs: - uses: actions/checkout@v4 - name: Free up disk space for the CI - uses: AdityaGarg8/remove-unwanted-software@v3 + uses: AdityaGarg8/remove-unwanted-software@v4 with: remove-android: 'true' remove-dotnet: 'true'