From efa9ffe6173d6c19c512a7e6937e28421bcfb26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:54:53 +0000 Subject: [PATCH] Bump actions/setup-node from 3.6.0 to 4.1.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v4.1.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/ci-grunt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-grunt.yaml b/.github/workflows/ci-grunt.yaml index 8a35444..e8ae220 100644 --- a/.github/workflows/ci-grunt.yaml +++ b/.github/workflows/ci-grunt.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Set up Node.js environment - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm