From 2b23b215e2b609e51aa23e4e34c53a82d467acb0 Mon Sep 17 00:00:00 2001 From: Minimata Date: Thu, 19 Jun 2025 14:06:31 +0200 Subject: [PATCH] fix: trying cache v3 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index fe7ec59..975e478 100644 --- a/action.yaml +++ b/action.yaml @@ -22,7 +22,7 @@ runs: - name: Restore LFS cache if: ${{ inputs.checkout-version == '3' }} - uses: actions/cache@v4 + uses: actions/cache@v3 id: lfs-cache with: path: .git/lfs