File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
- name : install stack
41
41
uses : unisonweb/actions/stack/install@main
42
42
with :
43
- stack-version : 2.15.5
43
+ stack-version : 2.15.7
44
44
45
45
- name : build
46
46
run : |
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
if : steps.cache-ucm-binaries.outputs.cache-hit != 'true'
111
111
uses : unisonweb/actions/stack/install@main
112
112
with :
113
- stack-version : 2.15.5
113
+ stack-version : 2.15.7
114
114
115
115
# Build deps, then build local code. Splitting it into two steps just allows us to see how much time each step
116
116
# takes.
Original file line number Diff line number Diff line change 28
28
- name : install stack
29
29
uses : unisonweb/actions/stack/install@main
30
30
with :
31
- stack-version : 2.15.5
31
+ stack-version : 2.15.7
32
32
33
33
- name : build with haddocks
34
34
working-directory : unison
Original file line number Diff line number Diff line change 23
23
- name : install stack
24
24
uses : unisonweb/actions/stack/install@main
25
25
with :
26
- stack-version : 2.15.5
26
+ stack-version : 2.15.7
27
27
28
28
# One of the transcripts fails if the user's git name hasn't been set.
29
29
- name : set git user info
You can’t perform that action at this time.
0 commit comments