diff --git a/.github/workflows/hatch_ci.yml b/.github/workflows/hatch_ci.yml index 1721e61..283c13e 100644 --- a/.github/workflows/hatch_ci.yml +++ b/.github/workflows/hatch_ci.yml @@ -123,7 +123,7 @@ jobs: echo "ws_project_name=${WS_PROJECT_NAME}" >> $GITHUB_ENV - name: Setup Node.js if: inputs.npm_package_path != '' - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ inputs.node_version }} cache: "npm" diff --git a/.github/workflows/hatch_release_pypi.yml b/.github/workflows/hatch_release_pypi.yml index d9025be..ac51c11 100644 --- a/.github/workflows/hatch_release_pypi.yml +++ b/.github/workflows/hatch_release_pypi.yml @@ -217,7 +217,7 @@ jobs: - name: Setup Node.js if: inputs.npm_package_path != '' - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: ${{ inputs.node_version }} cache: "npm"