From 3a1706af0d53a1956d6f3a3c9ac5a6e36238e9a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:30:43 +0000 Subject: [PATCH] build(deps): bump actions/setup-node from 4 to 5 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hatch_ci.yml | 2 +- .github/workflows/hatch_release_pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"