From f5cdd52c6b0ac7dab31b85c7cca8602a15e7df91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 06:35:51 +0000 Subject: [PATCH] Update actions/cache action to v3.2.1 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0875274e..77dbecc2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - name: Cache - uses: actions/cache@v3.0.11 + uses: actions/cache@v3.2.1 with: # A list of files, directories, and wildcard patterns to cache and restore path: node_modules