We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48a640c + bc02683 commit 04b61d0Copy full SHA for 04b61d0
1 file changed
.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.1
+ uses: actions/cache@v4.0.2
44
with:
45
path: ${{ steps.setup-haskell.outputs.cabal-store }}
46
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
0 commit comments