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