sd4324530 commented on code in PR #2349:
URL: https://github.com/apache/fluss/pull/2349#discussion_r2726819624
##########
.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:
@wuchong Thanks, I've fixed it
--
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]