File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup mdBook
15- uses : peaceiris/actions-mdbook@v1
15+ uses : peaceiris/actions-mdbook@v2
1616 with :
1717 mdbook-version : ' latest'
1818
3030 - run : mdbook build
3131
3232 - name : Deploy
33- uses : peaceiris/actions-gh-pages@v3
33+ uses : peaceiris/actions-gh-pages@v4
3434 if : github.ref == 'refs/heads/master'
3535 with :
3636 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,26 +10,26 @@ jobs:
1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
1515 - name : Set up PureScript toolchain
1616 uses : purescript-contrib/setup-purescript@main
1717
1818 - name : Cache PureScript dependencies
19- uses : actions/cache@v2
19+ uses : actions/cache@v4
2020 with :
2121 key : ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
2222 path : |
2323 exercises/*/.spago
2424 exercises/*/output
2525
2626 - name : Set up Node toolchain
27- uses : actions/setup-node@v1
27+ uses : actions/setup-node@v4
2828 with :
29- node-version : " 14 .x"
29+ node-version : " 24 .x"
3030
3131 - name : Cache NPM dependencies
32- uses : actions/cache@v2
32+ uses : actions/cache@v4
3333 env :
3434 cache-name : cache-node-modules
3535 with :
Original file line number Diff line number Diff line change 11[book ]
22authors = [" Phil Freeman" ]
33language = " en"
4- multilingual = false
54src = " text"
65title = " PureScript by Example"
76[output .html ]
You can’t perform that action at this time.
0 commit comments