From 5cf504a601d20d624b4891edb31d4f9aca309744 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 06:06:12 +0000 Subject: [PATCH] chore(deps): update jlumbroso/free-disk-space action to v2 | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | github-tags | jlumbroso/free-disk-space | v1.3.2 | v2.0.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/cleanup-disk/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cleanup-disk/action.yml b/.github/actions/cleanup-disk/action.yml index 399854c1..026287fd 100644 --- a/.github/actions/cleanup-disk/action.yml +++ b/.github/actions/cleanup-disk/action.yml @@ -4,7 +4,7 @@ runs: using: composite steps: - name: Cleanup Disk - uses: jlumbroso/free-disk-space@3f13feab2962a87273d379ebc36ea159527e6cc9 # v1.3.2 + uses: jlumbroso/free-disk-space@ceedf095f4ec1a097402bc6bd80831f2e1a6fde6 # v2.0.0 with: android: true dotnet: true