From 280249dd3d7025f2e15ef6a9a6b5bfd22ce37447 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 14 May 2020 21:11:14 +0100 Subject: [PATCH] Upgrade actions/cache --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2