From da8f6dcab8f071e4c02d3dbf00d917c0d7b61b66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:41:44 +0000 Subject: [PATCH] Update actions/cache action to v4.1.2 --- .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 2e6ece7..211f395 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.1 + uses: actions/cache@v4.1.2 with: path: "**/node_modules/" key: