File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 name : Build Docusaurus
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version : 24
2121 cache : npm
2222
2323 - name : Install dependencies
4444 name : github-pages
4545 url : ${{ steps.deployment.outputs.page_url }}
4646
47-
4847 runs-on : ubuntu-latest
4948 steps :
5049 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 name : Test deployment
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 0
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version : 24
2121 cache : npm
2222
2323 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments