We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents feeeeb1 + 11a7f9b commit 761f657Copy full SHA for 761f657
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
check-latest: true
22
23
- name: Cache Dependencies
24
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
+ uses: actions/cache@36f1e144e1c8edb0a652766b484448563d8baf46
25
with:
26
path: '**/node_modules'
27
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
0 commit comments