Skip to content

Commit 7adf7a3

Browse files
ahoneybunAaron Honeycutt
and
Aaron Honeycutt
authored
update action/cachev2 to v4 to fix build issue (#1278)
Co-authored-by: Aaron Honeycutt <[email protected]>
1 parent 4359a69 commit 7adf7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Cache
6363
id: cache
64-
uses: actions/cache@v2
64+
uses: actions/cache@v4
6565
with:
6666
path: ./node_modules
6767
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)