diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 55f3ec3c213..a780ceaf519 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -1164,7 +1164,7 @@ jobs: with: version: ${{ matrix.docker_buildx }} driver: docker-container - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.0.2 with: node-version: ${{ matrix.node }} cache: "npm" @@ -2133,7 +2133,7 @@ jobs: python-version: ${{ matrix.python }} cache: "pip" cache-dependency-path: "tests/e2e/requirements/requirements.txt" - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v4.0.2 with: node-version: ${{ matrix.node }} cache: "npm"