wuchong commented on code in PR #2349:
URL: https://github.com/apache/fluss/pull/2349#discussion_r2726790494
##########
.github/workflows/docs-check.yaml:
##########
@@ -37,12 +37,12 @@ jobs:
run:
working-directory: ./website
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Generate versioned docs
run: ./build_versioned_docs.sh
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
with:
node-version: 20
Review Comment:
It seems this is still using node 20?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]