File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v3
21
21
22
- - uses : haskell/actions/setup@v1
22
+ - uses : haskell/actions/setup@v2
23
23
name : Setup Haskell
24
24
with :
25
25
ghc-version : ${{ matrix.ghc }}
45
45
steps :
46
46
- uses : actions/checkout@v3
47
47
48
- - uses : haskell/actions/setup@v1
48
+ - uses : haskell/actions/setup@v2
49
49
name : Setup Haskell
50
50
with :
51
51
ghc-version : ${{ matrix.ghc }}
80
80
steps :
81
81
- uses : actions/checkout@v3
82
82
83
- - uses : haskell/actions/setup@v1
83
+ - uses : haskell/actions/setup@v2
84
84
name : Setup Haskell
85
85
with :
86
86
ghc-version : ${{ matrix.ghc }}
@@ -115,7 +115,7 @@ jobs:
115
115
steps :
116
116
- uses : actions/checkout@v3
117
117
118
- - uses : haskell/actions/setup@v1
118
+ - uses : haskell/actions/setup@v2
119
119
name : Setup Haskell
120
120
with :
121
121
ghc-version : ${{ matrix.ghc }}
@@ -141,7 +141,7 @@ jobs:
141
141
steps :
142
142
- uses : actions/checkout@v3
143
143
144
- - uses : haskell/actions/setup@v1
144
+ - uses : haskell/actions/setup@v2
145
145
name : Setup Haskell
146
146
with :
147
147
ghc-version : ${{ matrix.ghc }}
You can’t perform that action at this time.
0 commit comments