Skip to content

Commit

Permalink
chore(deps): update adityagarg8/remove-unwanted-software action to v3 (
Browse files Browse the repository at this point in the history
…#48)

[![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

<details>
<summary>AdityaGarg8/remove-unwanted-software
(AdityaGarg8/remove-unwanted-software)</summary>

###
[`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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibGl2ZSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 13, 2024
1 parent 21d73d0 commit 32f7a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 32f7a7e

Please sign in to comment.