Skip to content

Commit

Permalink
update action/cache to v3 based on request from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Feb 11, 2025
1 parent 079619e commit 9cf5c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-npm-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 9cf5c1b

Please sign in to comment.