From 32f7a7e8ce2d99d873c9859bd56802d43ce37b2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 17:25:57 -0700 Subject: [PATCH] chore(deps): update adityagarg8/remove-unwanted-software action to v3 (#48) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [AdityaGarg8/remove-unwanted-software](https://togithub.com/AdityaGarg8/remove-unwanted-software) | action | major | `v2` -> `v3` | --- ### Release Notes
AdityaGarg8/remove-unwanted-software (AdityaGarg8/remove-unwanted-software) ### [`v3`](https://togithub.com/AdityaGarg8/remove-unwanted-software/releases/tag/v3): Remove large packages, swapfile and cached tools [Compare Source](https://togithub.com/AdityaGarg8/remove-unwanted-software/compare/v2...v3)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on friday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/scottames/ublue). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8047b3e..5371180 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Maximize build space - uses: AdityaGarg8/remove-unwanted-software@v2 + uses: AdityaGarg8/remove-unwanted-software@v3 with: remove-dotnet: 'true' remove-android: 'true' @@ -168,7 +168,7 @@ jobs: string: ${{ env.IMAGE_NAME }} - name: Maximize build space - uses: AdityaGarg8/remove-unwanted-software@v2 + uses: AdityaGarg8/remove-unwanted-software@v3 with: remove-dotnet: 'true' remove-android: 'true'