From a1fcc7a9db4e67fb83ad89a4f854ea46b48ffbcf Mon Sep 17 00:00:00 2001 From: hirnidrin Date: Sun, 13 Aug 2023 16:43:58 +0200 Subject: [PATCH] chore: update the test to use my fixed action. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4be928d..8ec6cb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: steps: # If there is a problem with this GitHub Actions, this step will fail - name: Free Disk Space - uses: jlumbroso/free-disk-space@main + uses: hirnidrin/free-disk-space@main with: tool-cache: true