This is an automated email from the ASF dual-hosted git repository.
ruanwenjun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8a6f047f0c bump up ci actions version (#1002)
8a6f047f0c is described below
commit 8a6f047f0cc2a0b6f26f559bd0d3ee1936b08ea0
Author: xiangzihao <[email protected]>
AuthorDate: Thu Jun 4 22:49:54 2026 +0800
bump up ci actions version (#1002)
---
.github/workflows/website.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index e90f83b1b7..f23f3a6183 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -27,7 +27,7 @@ jobs:
run: ./scripts/prepare_docs.sh
- name: Use Node.js
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
with:
node-version: 18.12.1
@@ -36,7 +36,7 @@ jobs:
# Build Python API document: from
https://github.com/apache/dolphinscheduler-sdk-python
- name: Set up Python
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
with:
# need to pin 3.10 because sphinx-multiversion latest code have bug
>= 3.11
python-version: '3.10'
@@ -50,7 +50,7 @@ jobs:
- name: Deploy
if: ${{ github.event_name == 'push' || github.event_name == 'schedule'
}}
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: asf-site