File tree Expand file tree Collapse file tree 7 files changed +151
-141
lines changed
Expand file tree Collapse file tree 7 files changed +151
-141
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v5
2828
2929 - name : Set up Node.js
30- uses : actions/setup-node@v5
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : lts/*
3333 cache : ' npm'
6161 go-version : " >1.0.0"
6262
6363 - name : Set up Node.js ${{ matrix.node-version }}
64- uses : actions/setup-node@v5
64+ uses : actions/setup-node@v6
6565 with :
6666 node-version : ${{ matrix.node-version }}
6767 cache : ' npm'
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5
1818
1919 - name : Setup Node.js
20- uses : actions/setup-node@v5
20+ uses : actions/setup-node@v6
2121 with :
2222 node-version : lts/*
2323 cache : ' npm'
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929
3030 - name : Set up Node.js
31- uses : actions/setup-node@v5
31+ uses : actions/setup-node@v6
3232 with :
3333 node-version : " lts/*"
3434
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
77 github.com/cloudcannon/bookshop/hugo/v3 v3.16.5 // indirect
88 github.com/gethinode/mod-bootstrap v1.3.4 // indirect
99 github.com/gethinode/mod-csp v1.0.8 // indirect
10- github.com/gethinode/mod-flexsearch/v3 v3.0.1 // indirect
11- github.com/gethinode/mod-fontawesome/v2 v2.1.2 // indirect
10+ github.com/gethinode/mod-flexsearch/v3 v3.0.2 // indirect
11+ github.com/gethinode/mod-fontawesome/v2 v2.1.3 // indirect
1212 github.com/gethinode/mod-google-analytics v1.3.3 // indirect
1313 github.com/gethinode/mod-katex v1.1.4 // indirect
1414 github.com/gethinode/mod-leaflet v1.3.1 // indirect
Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ github.com/gethinode/mod-flexsearch/v3 v3.0.0 h1:xFeo5ovZMIcUttvpOamPAMML5+5Au/h
1010github.com/gethinode/mod-flexsearch/v3 v3.0.0 /go.mod h1:iYvaBF6Y62pjnCepYAqLxoX1ZdEBoD+9caj4cBC+MxY =
1111github.com/gethinode/mod-flexsearch/v3 v3.0.1 h1:dHaSImDDp1xtzpW0vc4zychCGOxOCQb764l/XRp0hZc =
1212github.com/gethinode/mod-flexsearch/v3 v3.0.1 /go.mod h1:iYvaBF6Y62pjnCepYAqLxoX1ZdEBoD+9caj4cBC+MxY =
13+ github.com/gethinode/mod-flexsearch/v3 v3.0.2 h1:CZu0QI2KvqsvQbfbX3GfBjjpXR5rqTpOsMTxg1vd67Y =
14+ github.com/gethinode/mod-flexsearch/v3 v3.0.2 /go.mod h1:iYvaBF6Y62pjnCepYAqLxoX1ZdEBoD+9caj4cBC+MxY =
1315github.com/gethinode/mod-fontawesome/v2 v2.1.2 h1:v1aHhbLLwe/05zRHnx9qGqh6b3toDzcLzuv61rWAoGU =
1416github.com/gethinode/mod-fontawesome/v2 v2.1.2 /go.mod h1:zukv88wXqquEvTJJ9mWWk8Ia+9INnA41wYqusf2RcHA =
17+ github.com/gethinode/mod-fontawesome/v2 v2.1.3 h1:G2LyPQVhrXxBSJ/q+mBMXpNClobkQPd3Rw1vzIyvAdk =
18+ github.com/gethinode/mod-fontawesome/v2 v2.1.3 /go.mod h1:zukv88wXqquEvTJJ9mWWk8Ia+9INnA41wYqusf2RcHA =
1519github.com/gethinode/mod-google-analytics v1.3.3 h1:iX2FtXajykfHWJf7MXCQmpezqXgQUADNTeglU81QKpw =
1620github.com/gethinode/mod-google-analytics v1.3.3 /go.mod h1:dl628cFozpCvoIMCiV7ujzQipjxcm3eatXrSfLPWNII =
1721github.com/gethinode/mod-katex v1.1.4 h1:HWc45uHKX2JhI624UnA46LCZkLGhSbaq+zAHt9e57zw =
You can’t perform that action at this time.
0 commit comments