diff --git a/.github/workflows/cicd-website.yml b/.github/workflows/cicd-website.yml index 9e0e37484f..19f6202812 100644 --- a/.github/workflows/cicd-website.yml +++ b/.github/workflows/cicd-website.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} - name: Set up Node.js version - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v4.0.0 with: node-version: "16" @@ -76,7 +76,7 @@ jobs: token: ${{ secrets.GH_ADMIN_TOKEN }} - name: Set up Node.js version - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v4.0.0 with: node-version: "16" diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 806a500f24..8c4bbc4ec5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,7 +19,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up Node.js version - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v4.0.0 with: node-version: "16" @@ -108,7 +108,7 @@ jobs: token: ${{ secrets.GH_ADMIN_TOKEN }} - name: Set up Node.js version - uses: actions/setup-node@v3.2.0 + uses: actions/setup-node@v4.0.0 with: node-version: "16"