From 8313ed4cf162c83c4a984bef66e7588171782d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:02:37 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d68d8ea..f753a06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Check for duplicate dependencies run: yarn dedupe --check - name: Setup lint cache - uses: actions/cache@v4.3.0 + uses: actions/cache@v5.0.5 with: path: node_modules/.cache key: lint-${{ github.sha }}