|
24 | 24 | node-version: 'latest'
|
25 | 25 |
|
26 | 26 | - name: Restore cache
|
27 | | - uses: actions/cache@v2 |
| 27 | + uses: actions/cache@v3 |
28 | 28 | with:
|
29 | 29 | path: node_modules
|
30 | 30 | key: v1-dependencies-${{ hashFiles('package.json') }}-${{ matrix.graphql-version }}
|
|
44 | 44 | run: yarn install --frozen-lockfile
|
45 | 45 |
|
46 | 46 | - name: Save cache
|
47 | | - uses: actions/cache@v2 |
| 47 | + uses: actions/cache@v3 |
48 | 48 | with:
|
49 | 49 | path: node_modules
|
50 | 50 | key: v1-dependencies-${{ hashFiles('package.json') }}-${{ matrix.graphql-version }}
|
|
64 | 64 | node-version: 'latest'
|
65 | 65 |
|
66 | 66 | - name: Restore cache
|
67 | | - uses: actions/cache@v2 |
| 67 | + uses: actions/cache@v3 |
68 | 68 | with:
|
69 | 69 | path: node_modules
|
70 | 70 | key: v1-dependencies-${{ hashFiles('package.json') }}
|
|
75 | 75 | run: yarn install --frozen-lockfile
|
76 | 76 |
|
77 | 77 | - name: Save cache
|
78 | | - uses: actions/cache@v2 |
| 78 | + uses: actions/cache@v3 |
79 | 79 | with:
|
80 | 80 | path: node_modules
|
81 | 81 | key: v1-dependencies-${{ hashFiles('package.json') }}
|
|
0 commit comments