We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd362b4 commit d87b27dCopy full SHA for d87b27d
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: cabal freeze
43
44
- name: Cache
45
- uses: actions/cache@v4.2.0
+ uses: actions/cache@v4.2.3
46
with:
47
path: ${{ steps.setup-haskell.outputs.cabal-store }}
48
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
0 commit comments