Skip to content

Commit

Permalink
Update GitHub workflows to pinned Stack version
Browse files Browse the repository at this point in the history
These were out of sync with the intended version (specified in
.vscode/settings.json).
  • Loading branch information
sellout committed Dec 7, 2024
1 parent c64538c commit a7551ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-ucm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: install stack
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
stack-version: 2.15.7

- name: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
if: steps.cache-ucm-binaries.outputs.cache-hit != 'true'
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
stack-version: 2.15.7

# Build deps, then build local code. Splitting it into two steps just allows us to see how much time each step
# takes.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/haddocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install stack
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
stack-version: 2.15.7

- name: build with haddocks
working-directory: unison
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-transcripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: install stack
uses: unisonweb/actions/stack/install@main
with:
stack-version: 2.15.5
stack-version: 2.15.7

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

0 comments on commit a7551ef

Please sign in to comment.