Use v2 of cache. Thanks to @liskin for the help!

This commit is contained in:
Sibi Prabakaran
2020-12-12 12:15:40 +05:30
parent 96fb01b9be
commit a812869c0c

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2
- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.resolver }}-${{ hashFiles('stack.yaml') }}