From 499d3475bde046a600803cf4dd7c43b687a18698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:51:02 +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/node.yaml | 10 +++++----- .github/workflows/publish.yaml | 4 ++-- .github/workflows/sonar.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 56f0d129..774cdc1b 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Prepare Environment @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Prepare Environment @@ -86,7 +86,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Check release is desired @@ -153,7 +153,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Use Node.js 18.x - # uses: actions/setup-node@v3 + # uses: actions/setup-node@v4 # with: # node-version: 18.x # - name: Prepare Environment @@ -180,7 +180,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Use Node.js 18.x - # uses: actions/setup-node@v3 + # uses: actions/setup-node@v4 # with: # node-version: 18.x # - name: Prepare Environment diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4e9aa317..0e66ba17 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Prepare Environment @@ -45,7 +45,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Check release is desired diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index f2a867a1..11b0cbd4 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16 - name: Prepare Environment