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