From feec1510af9016ac78bf4b8408a76f980f2d62f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:31:00 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/lean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lean.yml b/.github/workflows/lean.yml index 135a9441..2346501b 100644 --- a/.github/workflows/lean.yml +++ b/.github/workflows/lean.yml @@ -30,7 +30,7 @@ jobs: - name: '👝 Cache .lake/' id: cache-lake - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .lake/ key: ${{ runner.os }}-${{ hashFiles('lakefile.lean', 'lake-manifest.json') }}-lake