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 dc149d0 commit 681f8b4Copy full SHA for 681f8b4
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
ghc-version: ${{ matrix.ghc }}
18
cabal-version: 'latest'
19
- - uses: actions/cache@v2.1.4
+ - uses: actions/cache@v3.3.2
20
21
path: ~/.cabal
22
key: cabal--${{ matrix.ghc }}-${{ hashFiles('*/*.cabal') }}
0 commit comments