diff --git a/.github/workflows/test-preview.yml b/.github/workflows/test-preview.yml index 71e5bb0..413a4c5 100644 --- a/.github/workflows/test-preview.yml +++ b/.github/workflows/test-preview.yml @@ -27,7 +27,7 @@ jobs: npm install -g npm npm --version - name: Cache node_modules 📦 - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.3.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/theme-bootstrap-vue.yml b/.github/workflows/theme-bootstrap-vue.yml index 5498ad9..451d162 100644 --- a/.github/workflows/theme-bootstrap-vue.yml +++ b/.github/workflows/theme-bootstrap-vue.yml @@ -25,7 +25,7 @@ jobs: npm install -g npm npm --version - name: Cache node_modules 📦 - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.3.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} diff --git a/.github/workflows/theme-tailwindcss.yml b/.github/workflows/theme-tailwindcss.yml index e4e13c1..131fb84 100644 --- a/.github/workflows/theme-tailwindcss.yml +++ b/.github/workflows/theme-tailwindcss.yml @@ -24,7 +24,7 @@ jobs: npm install -g npm npm --version - name: Cache node_modules 📦 - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.3.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}