Skip to content

Commit

Permalink
chore: Bump versions in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-murphy committed Dec 2, 2023
1 parent b35c217 commit 60f7b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
purescript: "0.15.9"
purs-tidy: "0.10.0"
psa: "0.8.2"
spago: "0.21.0"
spago: "next"

- name: Cache PureScript dependencies
uses: actions/cache@v2
with:
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.yaml') }}
path: |
.spago
output
Expand Down

0 comments on commit 60f7b36

Please sign in to comment.