Skip to content

Commit cee4f47

Browse files
committed
Update GitHub workflows to pinned Stack version
These were out of sync with the intended version (specified in .vscode/settings.json).
1 parent 7f1bb8b commit cee4f47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bundle-ucm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: install stack
4141
uses: unisonweb/actions/stack/install@main
4242
with:
43-
stack-version: 2.15.5
43+
stack-version: 2.15.7
4444

4545
- name: build
4646
run: |

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
if: steps.cache-ucm-binaries.outputs.cache-hit != 'true'
111111
uses: unisonweb/actions/stack/install@main
112112
with:
113-
stack-version: 2.15.5
113+
stack-version: 2.15.7
114114

115115
# Build deps, then build local code. Splitting it into two steps just allows us to see how much time each step
116116
# takes.

.github/workflows/haddocks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install stack
2929
uses: unisonweb/actions/stack/install@main
3030
with:
31-
stack-version: 2.15.5
31+
stack-version: 2.15.7
3232

3333
- name: build with haddocks
3434
working-directory: unison

.github/workflows/update-transcripts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: install stack
2424
uses: unisonweb/actions/stack/install@main
2525
with:
26-
stack-version: 2.15.5
26+
stack-version: 2.15.7
2727

2828
# One of the transcripts fails if the user's git name hasn't been set.
2929
- name: set git user info

0 commit comments

Comments
 (0)