From ce118af2688a2c7598cacfc1d33616c7c6929623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:00:21 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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..35c98b1 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@v5.0.4 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..4a8f899 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@v5.0.4 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..06dee08 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@v5.0.4 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}