File tree Expand file tree Collapse file tree 7 files changed +13
-14
lines changed
Expand file tree Collapse file tree 7 files changed +13
-14
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414
1515 - name : Setup mdBook
16- uses : peaceiris/actions-mdbook@v1
16+ uses : peaceiris/actions-mdbook@v2
1717 with :
1818 mdbook-version : ' latest'
1919
3131 - run : mdbook build
3232
3333 - name : Deploy
34- uses : peaceiris/actions-gh-pages@v3
34+ uses : peaceiris/actions-gh-pages@v4
3535 if : github.ref == 'refs/heads/ja'
3636 # if: github.ref == 'refs/heads/master'
3737 with :
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 @@ -4,7 +4,7 @@ This repository contains a [community fork](https://github.com/purescript-contri
44
55If you enjoyed the book or found it useful, please consider buying a copy of [ the original on Leanpub] ( https://leanpub.com/purescript ) .
66
7- Translations: [ 日本語 (Japanese)] ( https://gemmaro .github.io/purescript-book/ )
7+ Translations: [ 日本語 (Japanese)] ( https://purs-jp .github.io/purescript-book/ )
88
99## Status
1010
Original file line number Diff line number Diff line change 11[book ]
22authors = [" Phil Freeman" ]
33language = " ja"
4- multilingual = false
54src = " text-ja"
65title = " 実例によるPureScript"
76
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ PureScriptのエコシステムの最新の機能を紹介すべく書き直さ
88
99本書をお楽しみいただき、お役立ちいただけましたら、[ Leanpubの原書] ( https://leanpub.com/purescript ) の購入をご検討ください。
1010
11- 翻訳:[ 日本語(本訳)] ( https://gemmaro .github.io/purescript-book/ )
11+ 翻訳:[ 日本語(本訳)] ( https://purs-jp .github.io/purescript-book/ )
1212
1313## 現状
1414
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ msgstr ""
142142#. type: Plain text
143143#: ../README.md:8
144144#, markdown-text
145- msgid "Translations: [日本語 (Japanese)](https://gemmaro .github.io/purescript-book/)"
145+ msgid "Translations: [日本語 (Japanese)](https://purs-jp .github.io/purescript-book/)"
146146msgstr ""
147147
148148#. type: Title ##
Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ msgstr ""
142142#. type: Plain text
143143#: ../README.md:8
144144msgid ""
145- "Translations: [日本語 (Japanese)](https://gemmaro .github.io/purescript-book/)"
146- msgstr "翻訳:[日本語(本訳)](https://gemmaro .github.io/purescript-book/)"
145+ "Translations: [日本語 (Japanese)](https://purs-jp .github.io/purescript-book/)"
146+ msgstr "翻訳:[日本語(本訳)](https://purs-jp .github.io/purescript-book/)"
147147
148148#. type: Title ##
149149#: ../README.md:9
You can’t perform that action at this time.
0 commit comments