From c65fdd474c07d5d3a531fd76ccf37cb06a5283e3 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 30 Sep 2023 16:00:10 -0700 Subject: [PATCH] chore(ci): Update to v5 of the build space optimizer --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d8ad1eb830..b2bb753bb74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: major_version: 39 steps: - name: Maximize build space - uses: ublue-os/remove-unwanted-software@v4 + uses: ublue-os/remove-unwanted-software@v5 # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action