From cd77691136a231bdf139e289b735fa38ed360e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:40:19 +0000 Subject: [PATCH] fix(deps): bump actions/setup-node from 4.0.0 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... 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 d72d481f..42a3a8e8 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@v4.0.0 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/lint_test.yml b/.github/workflows/lint_test.yml index 2b5597cd..2715490f 100644 --- a/.github/workflows/lint_test.yml +++ b/.github/workflows/lint_test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup node env 🏗 - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ matrix.node }} check-latest: true