diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79e480975aa8..e73dd6a31144 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -129,7 +129,7 @@ jobs: path: ${{ env.special-working-directory-relative }} - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.0.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 9837a1dc9cdf..8aaff3aec65a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -108,7 +108,7 @@ jobs: path: ${{ env.special-working-directory-relative }} - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.0.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm' @@ -337,7 +337,7 @@ jobs: uses: actions/checkout@v2 - name: Install Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3.0.0 with: node-version: ${{ env.NODE_VERSION }} cache: 'npm'