File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 name : Build Content
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v5
10+ - uses : actions/checkout@v6
1111 - uses : codespell-project/actions-codespell@v2
1212 with :
1313 check_hidden : true
1717 with :
1818 path : docs
1919 - uses : actions/setup-go@v6
20- - uses : actions/setup-node@v4
20+ - uses : actions/setup-node@v6
2121 with :
22- node-version : 22 .x
22+ node-version : 24 .x
2323 cache : yarn
2424 - name : Install Dependencies
2525 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 99 name : Deploy to GitHub Pages
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
13- - uses : actions/setup-node@v4
12+ - uses : actions/checkout@v6
13+ - uses : actions/setup-node@v6
1414 with :
15- node-version : 22 .x
15+ node-version : 24 .x
1616 cache : yarn
1717 - name : Install Dependencies
1818 run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments