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 225f6ca commit 3b54355Copy full SHA for 3b54355
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Freeze
40
run: cabal freeze --project-file=cabal.ci.project
41
- name: Cache
42
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.3.0
43
with:
44
path: ${{ steps.setup-haskell.outputs.cabal-store }}
45
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
0 commit comments