We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfbf4a0 + 765f984 commit 7bc9390Copy full SHA for 7bc9390
1 file changed
.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@v5.0.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