diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml index 55f8d3d6ccf..f6262707624 100644 --- a/.github/workflows/checkdocs.yml +++ b/.github/workflows/checkdocs.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install Remark diff --git a/.github/workflows/lint.all.yml b/.github/workflows/lint.all.yml index a5bb5785385..1dba95997d3 100644 --- a/.github/workflows/lint.all.yml +++ b/.github/workflows/lint.all.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/lint.diff.yml b/.github/workflows/lint.diff.yml index 626671e0710..b1a1e381d85 100644 --- a/.github/workflows/lint.diff.yml +++ b/.github/workflows/lint.diff.yml @@ -27,7 +27,7 @@ jobs: with: ref: ${{ github.ref }} - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Install dependencies diff --git a/.github/workflows/tests.all.yml b/.github/workflows/tests.all.yml index a281f38a82f..303e999988c 100644 --- a/.github/workflows/tests.all.yml +++ b/.github/workflows/tests.all.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'yarn'