From b4875100d947d43e6377afd74799ab1922fc33bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 02:53:31 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 3.8.1 to 4.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.1 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b920d3cd..ca74a40b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }} @@ -41,7 +41,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }} @@ -70,7 +70,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }} @@ -101,7 +101,7 @@ jobs: run: echo "::set-output name=PACKAGE::yarn" - name: Use Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version-file: ".nvmrc" cache: ${{ steps.cache.outputs.PACKAGE }}