From e7d7399da314cfd486a7a291d9f96d8d1cd445d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:39:40 +0100 Subject: [PATCH] Bump actions/setup-node from 3 to 4 (#18889) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- .github/workflows/ci-examples-app.yml | 2 +- .github/workflows/ci-tests-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-examples-app.yml b/.github/workflows/ci-examples-app.yml index 404a8da7fb6e7..a3cc8c9473441 100644 --- a/.github/workflows/ci-examples-app.yml +++ b/.github/workflows/ci-examples-app.yml @@ -89,7 +89,7 @@ jobs: cache-key: "pypi_wheels" - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "16" diff --git a/.github/workflows/ci-tests-app.yml b/.github/workflows/ci-tests-app.yml index 068f7cc1e44dd..79bd396005f46 100644 --- a/.github/workflows/ci-tests-app.yml +++ b/.github/workflows/ci-tests-app.yml @@ -105,7 +105,7 @@ jobs: cache-key: "pypi_wheels" - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "16" - name: Install Yarn