From a51fe4fbb50e9c38f1732c6b977b2805bfda5bd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:51:37 +0000 Subject: [PATCH] Update actions/cache action to v4.2.0 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e3b4af6..c026425 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,7 +26,7 @@ jobs: node-version: '20' - name: Cache dependencies - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.0 with: path: | **/node_modules