From dbc0ed53a13bb3ff860bb8ba2ba6f5b7c7d1c30e Mon Sep 17 00:00:00 2001 From: Enoch Riese Date: Tue, 15 Nov 2022 17:12:11 -0600 Subject: [PATCH] setup-node@v3 --- .github/workflows/checkdocs.yml | 2 +- .github/workflows/lint.all.yml | 2 +- .github/workflows/lint.diff.yml | 2 +- .github/workflows/tests.all.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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'