From 1e04aa9cbc27a4b4d754fda1d5ac44158d42a750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 18:03:58 +0000 Subject: [PATCH] Update actions/cache action to v4.2.0 --- .github/workflows/lint-and-fix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-and-fix.yml b/.github/workflows/lint-and-fix.yml index 211f395..8820b43 100644 --- a/.github/workflows/lint-and-fix.yml +++ b/.github/workflows/lint-and-fix.yml @@ -13,7 +13,7 @@ jobs: node-version-file: .node-version - name: Cache dependencies - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: "**/node_modules/" key: