From ec86fc54fc82e4c39b6f69f66ca874296255e535 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:31:51 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/test-preview.yml | 2 +- .github/workflows/theme-bootstrap-vue.yml | 2 +- .github/workflows/theme-tailwindcss.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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') }}