From c2067f2e8d55092424f75f2d5c4de337efc759be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:11:18 +0200 Subject: [PATCH] Bump actions/setup-node from 3.8.1 to 3.8.2 (#4906) 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 2b132ac7de0..c74e3037315 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.1 + - uses: actions/setup-node@v3.8.2 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.1 + - uses: actions/setup-node@v3.8.2 with: node-version: ${{ matrix.node }} cache: "npm"