Skip to content

Commit 184bf08

Browse files
Bump ublue-os/remove-unwanted-software from 7 to 8 (#25)
Bumps [ublue-os/remove-unwanted-software](https://github.com/ublue-os/remove-unwanted-software) from 7 to 8. - [Release notes](https://github.com/ublue-os/remove-unwanted-software/releases) - [Commits](ublue-os/remove-unwanted-software@v7...v8) --- updated-dependencies: - dependency-name: ublue-os/remove-unwanted-software dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb5eb3b commit 184bf08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install Just
4848
uses: ./.github/actions/install-just
4949
- name: Maximize Build Space
50-
uses: ublue-os/remove-unwanted-software@v7
50+
uses: ublue-os/remove-unwanted-software@v8
5151
- name: Build Image
5252
shell: bash
5353
run: |

.github/workflows/build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: >-
6161
contains(fromJson('["workflow_dispatch", "workflow_call"]'),
6262
github.event_name) || github.event.schedule == '41 6 * * 0'
63-
uses: ublue-os/remove-unwanted-software@v7
63+
uses: ublue-os/remove-unwanted-software@v8
6464
- name: Build ISO
6565
if: >-
6666
contains(fromJson('["workflow_dispatch", "workflow_call"]'),

0 commit comments

Comments
 (0)