From: Luke Lau Date: Thu, 14 May 2020 20:11:14 +0000 (+0100) Subject: Upgrade actions/cache X-Git-Tag: 0.11.0.0~2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=280249dd3d7025f2e15ef6a9a6b5bfd22ce37447 Upgrade actions/cache --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4cf70a0..3025039 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -24,7 +24,7 @@ jobs: - run: cabal update - name: Cache Cabal - uses: actions/cache@v1.1.0 + uses: actions/cache@v1.2.0 with: path: ~/.cabal key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal