From b5f89ea14655b3d873bc448e0e585e725dad5e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 20:41:13 +0000 Subject: [PATCH] Update actions/cache action to v3.3.3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17bcf77..9a4e871 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: node-version: 18.x - name: Use cached node_modules - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.3.3 with: path: node_modules key: nodeModules-${{ hashFiles('**/package-lock.json') }}