Skip to content

Commit 12dc92e

Browse files
committed
Update github workflows
1 parent 01e91c8 commit 12dc92e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-disk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "IMAGE_NAME=${IMAGE_NAME,,}" >> ${GITHUB_ENV}
4747
4848
- name: Maximize build space
49-
uses: ublue-os/remove-unwanted-software@v10
49+
uses: ublue-os/remove-unwanted-software@v9
5050

5151
- name: Checkout
5252
uses: actions/checkout@v4

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v4
5858

5959
- name: Maximize build space
60-
uses: ublue-os/remove-unwanted-software@v10
60+
uses: ublue-os/remove-unwanted-software@v9
6161

6262
- name: Mount BTRFS for podman storage
6363
id: container-storage-action

0 commit comments

Comments
 (0)