Skip to content

Commit 8774925

Browse files
committed
feat: fast-glob
1 parent 72d9639 commit 8774925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 20.x
1818
registry-url: https://registry.npmjs.org
1919

20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: "**/node_modules"
2323
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 20.x
4949
registry-url: https://registry.npmjs.org
50-
- uses: actions/cache@v3
50+
- uses: actions/cache@v4
5151
with:
5252
path: "**/node_modules"
5353
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)