Skip to content

Commit 7adf7a3

Browse files
ahoneybunAaron Honeycutt
andauthored
update action/cachev2 to v4 to fix build issue (#1278)
Co-authored-by: Aaron Honeycutt <aaronhoneycutt@proton.me>
1 parent 4359a69 commit 7adf7a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)