From ef3619006258c13afbeb1f1f8b89efe55bff1c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:02:44 +0000 Subject: [PATCH] Bump actions/setup-node from 4.1.0 to 4.4.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.1.0 to 4.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.1.0...v4.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-testing-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index e4fd7e19706..9c8aff9de31 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -1890,7 +1890,7 @@ jobs: with: python-version: ${{ matrix.python }} cache-dependency-glob: "**/e2e/requirements/requirements.txt" - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.4.0 with: node-version: ${{ matrix.node }} cache: "npm"