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 c728ba8 commit 7304584Copy full SHA for 7304584
.github/workflows/haskell-ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: haskell-actions/setup@v2
35
with:
36
ghc-version: ${{matrix.ghc-version}}
37
- - uses: actions/cache/restore@v4
+ - uses: actions/cache@v4
38
39
key: ${{ matrix.ghc-version }}-${{ github.sha }}
40
path: |
0 commit comments