home

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

commit 4c2501a9db95715dbb484717d180d3ab83a4e311
parent 1291e4b334983b5b05d9ae63afd65ae5009dfa07
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon,  8 Jan 2024 06:57:36 +0000

build(deps): bump AdityaGarg8/remove-unwanted-software from 1 to 2

Bumps [AdityaGarg8/remove-unwanted-software](https://github.com/adityagarg8/remove-unwanted-software) from 1 to 2.
- [Release notes](https://github.com/adityagarg8/remove-unwanted-software/releases)
- [Commits](https://github.com/adityagarg8/remove-unwanted-software/compare/6241eb8f15184023d3a01e295ab2bc0e67ecc06d...90721b6627698cd8e0c83a46affd0a473accd953)

---
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@6241eb8f15184023d3a01e295ab2bc0e67ecc06d # v1 + uses: AdityaGarg8/remove-unwanted-software@90721b6627698cd8e0c83a46affd0a473accd953 # v2 with: remove-android: 'true' remove-dotnet: 'true'