From 56bb381c820a0c211193430900da87be2462c9a6 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 9 May 2023 14:15:35 +0800 Subject: [PATCH] chore(CI): fix the set-output deprecation warning when deploy website (#11830) --- .github/workflows/deploy-v4-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-v4-site.yml b/.github/workflows/deploy-v4-site.yml index b24b45a93..9de40000d 100644 --- a/.github/workflows/deploy-v4-site.yml +++ b/.github/workflows/deploy-v4-site.yml @@ -54,7 +54,7 @@ jobs: vant-use/**/* - name: Deploy for GitHub 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: main folder: packages/vant/site-dist