From 0e1da265ac5054d58c363778021b5f11d598f246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:31:42 +0100 Subject: [PATCH] Bump actions/setup-node from 3.8.2 to 4.0.0 (#4950) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-testing-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index c74e3037315..dcfdc370e35 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -1071,7 +1071,7 @@ jobs: with: version: ${{ matrix.docker_buildx }} driver: docker-container - - uses: actions/setup-node@v3.8.2 + - uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node }} cache: "npm" @@ -1993,7 +1993,7 @@ jobs: python-version: ${{ matrix.python }} cache: "pip" cache-dependency-path: "tests/e2e/requirements/requirements.txt" - - uses: actions/setup-node@v3.8.2 + - uses: actions/setup-node@v4.0.0 with: node-version: ${{ matrix.node }} cache: "npm"