home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 5c82338654dfad320bfdc4edaea78aea3dac15b7
parent 52ad88de3357c8e057229b66363b303cb9d70963
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 15 Jul 2024 06:39:48 +0000

build(deps): 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/e2a42bc9a15f8414a9078f38b702de2a2976733d...e379ba59405864059cedd318f38b6574dffd0ef8)

---
updated-dependencies:
- dependency-name: AdityaGarg8/remove-unwanted-software
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat:
M.github/workflows/build-systems.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-systems.yaml b/.github/workflows/build-systems.yaml @@ -37,7 +37,7 @@ jobs: matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}} steps: - name: Maximize build space - uses: AdityaGarg8/remove-unwanted-software@e2a42bc9a15f8414a9078f38b702de2a2976733d # v3 + uses: AdityaGarg8/remove-unwanted-software@e379ba59405864059cedd318f38b6574dffd0ef8 # v4 with: remove-android: 'true' remove-dotnet: 'true'