Skip to content

Commit ae99076

Browse files
chore(deps): update actions/cache action to v4
1 parent abe304b commit ae99076

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
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Cache package manager's global cache and node_modules
6565
id: cache-dependencies
66-
uses: actions/cache@v3
66+
uses: actions/cache@v4
6767
with:
6868
path: |
6969
${{ steps.global-cache-dir-path.outputs.dir }}
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Cache package manager's global cache and node_modules
110110
id: cache-dependencies
111-
uses: actions/cache@v3
111+
uses: actions/cache@v4
112112
with:
113113
path: |
114114
${{ steps.global-cache-dir-path.outputs.dir }}
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Cache package manager's global cache and node_modules
155155
id: cache-dependencies
156-
uses: actions/cache@v3
156+
uses: actions/cache@v4
157157
with:
158158
path: |
159159
${{ steps.global-cache-dir-path.outputs.dir }}
@@ -209,7 +209,7 @@ jobs:
209209

210210
- name: Cache package manager's global cache and node_modules
211211
id: cache-dependencies
212-
uses: actions/cache@v3
212+
uses: actions/cache@v4
213213
with:
214214
path: |
215215
${{ steps.global-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)