Skip to content

Commit 72d9639

Browse files
committed
chore(CI.yml): upgrade actions/cache from v2 to v3 for better performance and compatibility with the latest features and improvements
1 parent 6b92cab commit 72d9639

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@v2
20+
- uses: actions/cache@v3
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@v2
50+
- uses: actions/cache@v3
5151
with:
5252
path: "**/node_modules"
5353
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)