Skip to content

Commit 5e93aae

Browse files
chore(deps): update actions/cache action to v4
1 parent 5b83d11 commit 5e93aae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
npm install -g npm
2828
npm --version
2929
- name: Cache node_modules 📦
30-
uses: actions/cache@v3.0.11
30+
uses: actions/cache@v4.2.1
3131
with:
3232
path: ~/.npm
3333
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-bootstrap-vue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm install -g npm
2626
npm --version
2727
- name: Cache node_modules 📦
28-
uses: actions/cache@v3.0.11
28+
uses: actions/cache@v4.2.1
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/theme-tailwindcss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npm install -g npm
2525
npm --version
2626
- name: Cache node_modules 📦
27-
uses: actions/cache@v3.0.11
27+
uses: actions/cache@v4.2.1
2828
with:
2929
path: ~/.npm
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)