We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1014df commit fe202a8Copy full SHA for fe202a8
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
19
- name: Setup Cache
20
- uses: actions/cache@v2
+ uses: actions/cache@v3
21
with:
22
path: '**/node_modules'
23
key: ${{ matrix.os }}-modules-${{ hashFiles('**/package-lock.json') }}
0 commit comments