From f3997d627bdebf6667e1ec01954731d7b9d7de90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:18:16 +0000 Subject: [PATCH] chore(deps): bump ublue-os/remove-unwanted-software from 7 to 8 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](https://github.com/ublue-os/remove-unwanted-software/compare/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] --- .github/workflows/build-powershell.yml | 2 +- .github/workflows/build-wolfi-toolbox.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-powershell.yml b/.github/workflows/build-powershell.yml index a5cc791..09eb0a9 100644 --- a/.github/workflows/build-powershell.yml +++ b/.github/workflows/build-powershell.yml @@ -50,7 +50,7 @@ jobs: # Maximize build space for DX - name: Maximize build space - uses: ublue-os/remove-unwanted-software@v7 + uses: ublue-os/remove-unwanted-software@v8 if: matrix.image_name == 'wolfi-dx-toolbox' # Build image using Buildah action diff --git a/.github/workflows/build-wolfi-toolbox.yml b/.github/workflows/build-wolfi-toolbox.yml index 6c2b4c0..dbc2db9 100644 --- a/.github/workflows/build-wolfi-toolbox.yml +++ b/.github/workflows/build-wolfi-toolbox.yml @@ -50,7 +50,7 @@ jobs: # Maximize build space for DX - name: Maximize build space - uses: ublue-os/remove-unwanted-software@v7 + uses: ublue-os/remove-unwanted-software@v8 if: matrix.image_name == 'wolfi-dx-toolbox' # Build image using Buildah action