@@ -13,19 +13,19 @@ jobs:
1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- cabal : ["3.8 "]
17- ghc : ["9.4.4 "]
16+ cabal : ["3.14 "]
17+ ghc : ["9.12.2 "]
1818
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121
22- - uses : haskell/ actions/setup@v2
22+ - uses : haskell- actions/setup@v2
2323 name : Setup Haskell
2424 with :
2525 ghc-version : ${{ matrix.ghc }}
2626 cabal-version : ${{ matrix.cabal }}
2727
28- - uses : actions/cache@v3
28+ - uses : actions/cache@v4
2929 name : Cache ~/.cabal/store
3030 with :
3131 path : ~/.cabal/store
@@ -40,18 +40,18 @@ jobs:
4040 runs-on : ubuntu-latest
4141 strategy :
4242 matrix :
43- cabal : ["3.8 "]
44- ghc : ["9.4.4 "]
43+ cabal : ["3.14 "]
44+ ghc : ["9.12.2 "]
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747
48- - uses : haskell/ actions/setup@v2
48+ - uses : haskell- actions/setup@v2
4949 name : Setup Haskell
5050 with :
5151 ghc-version : ${{ matrix.ghc }}
5252 cabal-version : ${{ matrix.cabal }}
5353
54- - uses : actions/cache@v3
54+ - uses : actions/cache@v4
5555 name : Cache ~/.cabal/store
5656 with :
5757 path : ~/.cabal/store
@@ -75,18 +75,18 @@ jobs:
7575 runs-on : ubuntu-latest
7676 strategy :
7777 matrix :
78- cabal : ["3.8 "]
79- ghc : ["9.4.4 "]
78+ cabal : ["3.14 "]
79+ ghc : ["9.12.2 "]
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282
83- - uses : haskell/ actions/setup@v2
83+ - uses : haskell- actions/setup@v2
8484 name : Setup Haskell
8585 with :
8686 ghc-version : ${{ matrix.ghc }}
8787 cabal-version : ${{ matrix.cabal }}
8888
89- - uses : actions/cache@v3
89+ - uses : actions/cache@v4
9090 name : Cache ~/.cabal/store
9191 with :
9292 path : ~/.cabal/store
@@ -110,18 +110,18 @@ jobs:
110110 runs-on : ubuntu-latest
111111 strategy :
112112 matrix :
113- cabal : ["3.8 "]
114- ghc : ["9.4.4 "]
113+ cabal : ["3.14 "]
114+ ghc : ["9.12.2 "]
115115 steps :
116- - uses : actions/checkout@v3
116+ - uses : actions/checkout@v4
117117
118- - uses : haskell/ actions/setup@v2
118+ - uses : haskell- actions/setup@v2
119119 name : Setup Haskell
120120 with :
121121 ghc-version : ${{ matrix.ghc }}
122122 cabal-version : ${{ matrix.cabal }}
123123
124- - uses : actions/cache@v3
124+ - uses : actions/cache@v4
125125 name : Cache ~/.cabal/store
126126 with :
127127 path : ~/.cabal/store
@@ -136,12 +136,12 @@ jobs:
136136 runs-on : ubuntu-latest
137137 strategy :
138138 matrix :
139- cabal : ["3.8 "]
140- ghc : ["9.4.4 "]
139+ cabal : ["3.14 "]
140+ ghc : ["9.12.2 "]
141141 steps :
142- - uses : actions/checkout@v3
142+ - uses : actions/checkout@v4
143143
144- - uses : haskell/ actions/setup@v2
144+ - uses : haskell- actions/setup@v2
145145 name : Setup Haskell
146146 with :
147147 ghc-version : ${{ matrix.ghc }}
0 commit comments