Skip to content

Commit 6a9630a

Browse files
committed
Switch to latest caching action
1 parent d9fd40d commit 6a9630a

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
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 20
4141
cache: npm
4242
- name: "Cache Node.js modules"
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.npm
4646
key: ${{ runner.OS }}-node-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)