From 5bb91d5835362ec2696ef4933ff2137c247f2807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:25:00 +0000 Subject: [PATCH] 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/check-uncommitted.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/dependabot-build.yml | 2 +- .github/workflows/release-bump-version.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-uncommitted.yml b/.github/workflows/check-uncommitted.yml index c95033b..f3a52ed 100644 --- a/.github/workflows/check-uncommitted.yml +++ b/.github/workflows/check-uncommitted.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3848aab..83f4e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 9aa69a4..1d52803 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -45,7 +45,7 @@ jobs: token: ${{ steps.generate_token.outputs.token }} - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: .nvmrc diff --git a/.github/workflows/release-bump-version.yml b/.github/workflows/release-bump-version.yml index 365d559..6deeeb3 100644 --- a/.github/workflows/release-bump-version.yml +++ b/.github/workflows/release-bump-version.yml @@ -31,7 +31,7 @@ jobs: ref: "main" token: ${{ steps.generate_token.outputs.token }} - - uses: actions/setup-node@v3 # bin/bump-version needs npm + - uses: actions/setup-node@v4 # bin/bump-version needs npm with: node-version-file: .nvmrc