File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2424
2525 steps :
26- - uses : actions/checkout@v2
27- - uses : haskell/ actions/setup@v1
26+ - uses : actions/checkout@v4
27+ - uses : haskell- actions/setup@v2
2828 with :
2929 enable-stack : true
3030 stack-version : ' latest'
5050 run : stack haddock --fast
5151
5252 - name : cache
53- uses : actions/cache@v2
53+ uses : actions/cache@v3
5454 with :
5555 path : |
5656 ".stack-work"
7373
7474 steps :
7575 - uses : actions/checkout@v2
76- - uses : haskell/ actions/setup@v1
76+ - uses : haskell- actions/setup@v2
7777 with :
7878 enable-stack : true
7979 stack-version : ' latest'
9999 run : stack haddock --fast --stack-yaml stack-ghc8_10.yaml
100100
101101 - name : cache
102- uses : actions/cache@v2
102+ uses : actions/cache@v3
103103 with :
104104 path : |
105105 ".stack-work"
@@ -122,7 +122,7 @@ jobs:
122122
123123 steps :
124124 - uses : actions/checkout@v2
125- - uses : haskell/ actions/setup@v1
125+ - uses : haskell- actions/setup@v2
126126 with :
127127 enable-stack : true
128128 stack-version : ' latest'
@@ -148,7 +148,7 @@ jobs:
148148 run : stack haddock --fast --stack-yaml stack-ghc8_8.yaml
149149
150150 - name : cache
151- uses : actions/cache@v2
151+ uses : actions/cache@v3
152152 with :
153153 path : |
154154 ".stack-work"
You can’t perform that action at this time.
0 commit comments