From 04711b112bd378f72cc2c91baa518d3e48ea88d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:15:35 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cth-test.yml | 2 +- .github/workflows/mkdocs.yml | 4 ++-- .github/workflows/npm-test.yml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cth-test.yml b/.github/workflows/cth-test.yml index 4b6eba2e5..459b63fb6 100644 --- a/.github/workflows/cth-test.yml +++ b/.github/workflows/cth-test.yml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 10 steps: - name: Use Node.js 16.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.x - name: Check out the project diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index 130432328..3958ada39 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -22,7 +22,7 @@ jobs: major: ${{ steps.tagged_version.outputs.major || steps.current_version.outputs.major }} steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' - run: npm ci --ignore-scripts @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' - run: npm ci --ignore-scripts diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index c7e20d595..682dc9d9b 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '16.x' - run: npm ci --ignore-scripts @@ -30,7 +30,7 @@ jobs: timeout-minutes: 15 steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Ensure line endings are consistent @@ -74,7 +74,7 @@ jobs: timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Check out repository @@ -95,7 +95,7 @@ jobs: timeout-minutes: 20 steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Ensure line endings are consistent @@ -119,7 +119,7 @@ jobs: - 4000:8890 steps: - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '16.x' - name: Check out repository