From 189f912a8a5f7a9bb5d423b6fe3ed2a4436f0cdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 17:59:56 +0800 Subject: [PATCH] chore(deps): update peter-evans/commit-comment action to v2 (#39766) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/site-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index 59cc0bc722..ddb065368d 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -83,7 +83,7 @@ jobs: npx surge --project ./_site --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} - name: Create Commit Comment - uses: peter-evans/commit-comment@v1 + uses: peter-evans/commit-comment@v2 with: body: | Doc site for this release: https://ant-design-${{ steps.publish-version.outputs.VERSION }}.surge.sh