From a7dc49c013b7e30f991b2a33b88118f5839b6e39 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Fri, 7 Jun 2024 10:58:00 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 3 to 4 --- .github/workflows/pages.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 3b4cc6e..6e8f081 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -15,12 +15,11 @@ jobs: with: node-version-file: ".nvmrc" - name: Cache NPM dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules - key: ${{ runner.OS }}-npm-cache - restore-keys: | - ${{ runner.OS }}-npm-cache + key: ${{ runner.os }}-npm-cache + restore-keys: ${{ runner.os }}-npm-cache - name: Install Dependencies run: npm install --include=optional --force - name: Build