From 3f3676f3b596b090112433b09763e2d1f4ffa598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Mar 2025 05:20:06 +0000 Subject: [PATCH] Update actions/cache action to v4.2.2 --- .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 997fce6..79c9e1a 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.2.1 + uses: actions/cache@v4.2.2 with: path: node_modules/.cache key: lint-${{ github.sha }}