From ffa537fe8caa08cea8e9fb0d07328705327457ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 12:06:56 +0000 Subject: [PATCH] Update actions/setup-node action to v2.5.2 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c61aefc..c70e951 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v2.4.0 + uses: actions/setup-node@v2.5.2 with: # 选择要使用的 node 版本 node-version: '14'