Skip to content

Commit bcc2012

Browse files
chore(deps): update actions/cache action to v4
1 parent 776b363 commit bcc2012

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/pr-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Cache node_modules
2323
id: cache-modules
24-
uses: actions/cache@v3
24+
uses: actions/cache@v4
2525
with:
2626
path: node_modules
2727
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Cache node_modules
2121
id: cache-modules
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: node_modules
2525
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Cache node_modules
6161
id: cache-modules
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: node_modules
6565
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Cache node_modules
2828
id: cache-modules
29-
uses: actions/cache@v3
29+
uses: actions/cache@v4
3030
with:
3131
path: node_modules
3232
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Cache node_modules
6262
id: cache-modules
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
with:
6565
path: node_modules
6666
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Cache node_modules
9191
id: cache-modules
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: node_modules
9595
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Cache node_modules
120120
id: cache-modules
121-
uses: actions/cache@v3
121+
uses: actions/cache@v4
122122
with:
123123
path: node_modules
124124
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Cache node_modules
160160
id: cache-modules
161-
uses: actions/cache@v3
161+
uses: actions/cache@v4
162162
with:
163163
path: node_modules
164164
key: ${{ runner.OS }}-build-${{ hashFiles('package.json') }}

0 commit comments

Comments
 (0)