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 af9a822 commit cd34d6fCopy full SHA for cd34d6f
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Freeze
42
run: cabal freeze
43
- name: Cache
44
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
45
with:
46
path: ${{ steps.setup-haskell.outputs.cabal-store }}
47
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
0 commit comments