We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cfbe4 commit 0a6cce3Copy full SHA for 0a6cce3
1 file changed
.github/workflows/simple.yml
@@ -26,10 +26,10 @@ jobs:
26
27
- name: Set up Haskell
28
id: setup-haskell
29
- uses: haskell/actions/setup@v1
+ uses: haskell/actions/setup@v2
30
with:
31
ghc-version: ${{ matrix.ghc }}
32
- cabal-version: '3.8.1.0'
+ cabal-version: '3.10.1.0'
33
34
- name: Set up PostgreSQL
35
uses: ikalnytskyi/action-setup-postgres@v3
0 commit comments