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"