Skip to content

Commit 38bbbdd

Browse files
authored
Merge pull request #144 from OxfordAbstracts/fix-typos
Fix typos and whitespace
2 parents ea3adfe + f267c30 commit 38bbbdd

16 files changed

Lines changed: 192 additions & 192 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010

1111
- uses: purescript-contrib/setup-purescript@main
1212
with:
@@ -15,7 +15,7 @@ jobs:
1515
spago: unstable
1616

1717
- name: Cache PureScript dependencies
18-
uses: actions/cache@v2
18+
uses: actions/cache@v4
1919
# This cache uses the .dhall files to know when it should reinstall
2020
# and rebuild packages. It caches both the installed packages from
2121
# the `.spago` directory and compilation artifacts from the `output`

0 commit comments

Comments
 (0)