From 7fa90783424bedef8008400ebd782513f8481aca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:14:26 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 3.1.0 to 4.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.1.0...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/bump_and_deploy.yml | 2 +- .github/workflows/lint_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump_and_deploy.yml b/.github/workflows/bump_and_deploy.yml index b3bca8dc..6849604a 100644 --- a/.github/workflows/bump_and_deploy.yml +++ b/.github/workflows/bump_and_deploy.yml @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup node env 🏗 - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node }} check-latest: true diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 13114694..23a8a74f 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Setup node env 🏗 - uses: actions/setup-node@v3.1.0 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node }} check-latest: true