diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 4e6b51e..8dcb632 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -34,7 +34,7 @@ jobs: run: cd nuxt && echo "::set-output name=dir::$(yarn cache dir)" - name: Cache node_modules 📦 - uses: actions/cache@v3.0.11 + uses: actions/cache@v4.3.0 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} diff --git a/.github/workflows/theme-bootstrap-vue.yml b/.github/workflows/theme-bootstrap-vue.yml index c5ac47b..ac36eec 100644 --- a/.github/workflows/theme-bootstrap-vue.yml +++ b/.github/workflows/theme-bootstrap-vue.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') }} diff --git a/.github/workflows/theme-tailwindcss.yml b/.github/workflows/theme-tailwindcss.yml index 7c08aeb..7b0603f 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') }}