diff --git a/.github/workflows/ci-grunt.yaml b/.github/workflows/ci-grunt.yaml index df0574e..f25e224 100644 --- a/.github/workflows/ci-grunt.yaml +++ b/.github/workflows/ci-grunt.yaml @@ -21,7 +21,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.0.0 with: node-version: ${{ env.NODE_VERSION }} caching: true