From 6aac2f98ee29da7beb353e6a2eb56091c88c7e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:03:45 +0000 Subject: [PATCH] build(deps): Bump actions/setup-node from 3.5.1 to 4.0.4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.5.1...v4.0.4) --- 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-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-js.yml b/.github/workflows/node-js.yml index 7aa081d8..0c8d0ae8 100644 --- a/.github/workflows/node-js.yml +++ b/.github/workflows/node-js.yml @@ -23,7 +23,7 @@ jobs: git config --global url."https://github.com/".insteadOf ssh://git@github.com/ - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v4.0.4 with: node-version: ${{ matrix.node-version }} cache: 'npm'