We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b61d0 commit 50785b7Copy full SHA for 50785b7
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Freeze
41
run: cabal freeze
42
- name: Cache
43
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4
44
with:
45
path: ${{ steps.setup-haskell.outputs.cabal-store }}
46
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
0 commit comments