File tree 7 files changed +1336
-176
lines changed
7 files changed +1336
-176
lines changed Original file line number Diff line number Diff line change 16
16
name : Set up npm for linting
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 18 .x'
19
+ node-version : ' 22 .x'
20
20
-
21
21
name : Lint Markdown
22
22
run : npm ci && npm run mdlint
Original file line number Diff line number Diff line change 18
18
name : Set up npm for linting
19
19
uses : actions/setup-node@v4
20
20
with :
21
- node-version : ' 18 .x'
21
+ node-version : ' 22 .x'
22
22
-
23
23
name : Lint Markdown
24
24
run : npm ci && npm run mdlint
Original file line number Diff line number Diff line change 1
- FROM docker.io/floryn90/hugo:0.140.2 -ext-ubuntu AS builder
1
+ FROM docker.io/floryn90/hugo:0.146.4 -ext-ubuntu AS builder
2
2
3
3
ARG TRAINING_HUGO_ENV=default
4
4
USER root
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ require (
9
9
github.com/google/docsy v0.11.0 // indirect
10
10
github.com/google/docsy/dependencies v0.7.2 // indirect
11
11
github.com/puzzle/docsy-puzzle v0.0.0-20230123144731-757054047a02 // indirect
12
- github.com/twbs/bootstrap v5.3.3 +incompatible // indirect
12
+ github.com/twbs/bootstrap v5.3.5 +incompatible // indirect
13
13
)
Original file line number Diff line number Diff line change @@ -42,3 +42,4 @@ github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT
42
42
github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
43
43
github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ =
44
44
github.com/twbs/bootstrap v5.3.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
45
+ github.com/twbs/bootstrap v5.3.5+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
You can’t perform that action at this time.
0 commit comments