diff --git a/.github/workflows/hatch_ci.yml b/.github/workflows/hatch_ci.yml index 96deefa..678fd9f 100644 --- a/.github/workflows/hatch_ci.yml +++ b/.github/workflows/hatch_ci.yml @@ -189,7 +189,7 @@ jobs: - name: Setup Node.js if: inputs.npm_package_path != '' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 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 4c30c87..a8af355 100644 --- a/.github/workflows/hatch_release_pypi.yml +++ b/.github/workflows/hatch_release_pypi.yml @@ -218,7 +218,7 @@ jobs: - name: Setup Node.js if: inputs.npm_package_path != '' - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ inputs.node_version }} cache: "npm"