Skip to content

Commit 34083ea

Browse files
authored
chore: update actions/cache from v3.2.4 to v4 (#1329)
fix: update actions/cache from v3.2.4 to v4
1 parent 3fc27c2 commit 34083ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
4040
4141
- name: Restore .cache
42-
uses: actions/cache@v3.2.4
42+
uses: actions/cache@v4
4343
id: cache
4444
with:
4545
path: ${{ github.workspace }}/.cache
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Restore node_modules
5252
id: yarn-cache
53-
uses: actions/cache@v3.2.4
53+
uses: actions/cache@v4
5454
with:
5555
path: node_modules
5656
key: ${{ runner.os }}-${{ hashFiles('**/package*json', '**/package-lock.json', '**/*config.js', '**/*.patch') }}
@@ -123,7 +123,7 @@ jobs:
123123
node-version: 18
124124

125125
- name: Restore .cache
126-
uses: actions/cache@v3.2.4
126+
uses: actions/cache@v4
127127
id: cache
128128
with:
129129
path: ${{ github.workspace }}/.cache
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Restore node_modules
136136
id: yarn-cache
137-
uses: actions/cache@v3.2.4
137+
uses: actions/cache@v4
138138
with:
139139
path: node_modules
140140
key: ${{ runner.os }}-${{ hashFiles('**/package*json', '**/package-lock.json', '**/*config.js', '**/*.patch') }}

0 commit comments

Comments
 (0)