From 90721b6627698cd8e0c83a46affd0a473accd953 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:55:53 +0530 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b23d789..cea6fa5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Maximize build space - uses: AdityaGarg8/remove-unwanted-software@v1 + uses: AdityaGarg8/remove-unwanted-software@v2 with: remove-android: 'true' - name: Checkout