This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2c36c223 ci: upgrade to avoid node16 deprecation warning
2c36c223 is described below

commit 2c36c22383c75c75e70e954cafc93c8d072846ba
Author: tison <[email protected]>
AuthorDate: Fri Mar 1 07:33:10 2024 +0800

    ci: upgrade to avoid node16 deprecation warning
---
 .github/workflows/deploy.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 6b146689..b42e8a0f 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -27,8 +27,8 @@ jobs:
   deploy:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
-      - uses: actions/setup-node@v3
+      - uses: actions/checkout@v4
+      - uses: actions/setup-node@v4
         with:
           node-version: 16.x
           cache: yarn

Reply via email to