Commit 0aabace1 authored by Vaibhav Sagar's avatar Vaibhav Sagar

.github/workflows/ci.yml: use newest version of cache action

parent 73dbed7f
......@@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache .stack
uses: actions/cache@v1
uses: actions/cache@v2.1.6
with:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.versions.stack-yaml }}-stack-global
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment