We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c4ec2 commit f657998Copy full SHA for f657998
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
ghc-version: "${{ matrix.ghc }}"
38
cabal-version: "latest"
39
- name: Cache
40
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4
41
with:
42
path: ${{ steps.setup-haskell.outputs.cabal-store }}
43
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
0 commit comments