You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/01 15:06:54 UTC

(superset) branch master updated: build(deps): bump actions/setup-node from 2 to 4 (#26927)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 032af5a069 build(deps): bump actions/setup-node from 2 to 4 (#26927)
032af5a069 is described below

commit 032af5a069d20226c4ffac90db606c18c2a29739
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 1 08:06:48 2024 -0700

    build(deps): bump actions/setup-node from 2 to 4 (#26927)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/embedded-sdk-release.yml          | 2 +-
 .github/workflows/embedded-sdk-test.yml             | 2 +-
 .github/workflows/release.yml                       | 2 +-
 .github/workflows/superset-applitool-cypress.yml    | 2 +-
 .github/workflows/superset-applitools-storybook.yml | 2 +-
 .github/workflows/superset-docs-deploy.yml          | 2 +-
 .github/workflows/superset-docs-verify.yml          | 2 +-
 .github/workflows/superset-e2e.yml                  | 2 +-
 .github/workflows/superset-frontend.yml             | 2 +-
 .github/workflows/superset-translations.yml         | 2 +-
 .github/workflows/tech-debt.yml                     | 2 +-
 .github/workflows/update-monorepo-lockfiles.yml     | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/embedded-sdk-release.yml b/.github/workflows/embedded-sdk-release.yml
index 3e644259d1..49698d5f3f 100644
--- a/.github/workflows/embedded-sdk-release.yml
+++ b/.github/workflows/embedded-sdk-release.yml
@@ -28,7 +28,7 @@ jobs:
         working-directory: superset-embedded-sdk
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-node@v3
+      - uses: actions/setup-node@v4
         with:
           node-version: "16"
           registry-url: 'https://registry.npmjs.org'
diff --git a/.github/workflows/embedded-sdk-test.yml b/.github/workflows/embedded-sdk-test.yml
index 20c7ef5b1b..6417c592bc 100644
--- a/.github/workflows/embedded-sdk-test.yml
+++ b/.github/workflows/embedded-sdk-test.yml
@@ -14,7 +14,7 @@ jobs:
         working-directory: superset-embedded-sdk
     steps:
       - uses: actions/checkout@v3
-      - uses: actions/setup-node@v3
+      - uses: actions/setup-node@v4
         with:
           node-version: "16"
           registry-url: 'https://registry.npmjs.org'
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 333868280a..d18c420cea 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
 
       - name: Use Node.js ${{ matrix.node-version }}
         if: env.HAS_TAGS
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node-version }}
 
diff --git a/.github/workflows/superset-applitool-cypress.yml b/.github/workflows/superset-applitool-cypress.yml
index 21ace62b02..340a3f924a 100644
--- a/.github/workflows/superset-applitool-cypress.yml
+++ b/.github/workflows/superset-applitool-cypress.yml
@@ -80,7 +80,7 @@ jobs:
         with:
           run: testdata
       - name: Setup Node.js
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node }}
       - name: Install npm dependencies
diff --git a/.github/workflows/superset-applitools-storybook.yml b/.github/workflows/superset-applitools-storybook.yml
index 4225509e3a..1d3df3dfc8 100644
--- a/.github/workflows/superset-applitools-storybook.yml
+++ b/.github/workflows/superset-applitools-storybook.yml
@@ -39,7 +39,7 @@ jobs:
           submodules: recursive
           ref: master
       - name: Set up Node.js
-        uses: actions/setup-node@v3.1.1
+        uses: actions/setup-node@v4
         with:
           node-version: ${{ matrix.node }}
       - name: Install eyes-storybook dependencies
diff --git a/.github/workflows/superset-docs-deploy.yml b/.github/workflows/superset-docs-deploy.yml
index 2232df9244..5ce8db0ebd 100644
--- a/.github/workflows/superset-docs-deploy.yml
+++ b/.github/workflows/superset-docs-deploy.yml
@@ -36,7 +36,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Set up Node.js 16
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v4
         with:
           node-version: '16'
       - name: yarn install
diff --git a/.github/workflows/superset-docs-verify.yml b/.github/workflows/superset-docs-verify.yml
index 22433b8646..1ab6c6d6d0 100644
--- a/.github/workflows/superset-docs-verify.yml
+++ b/.github/workflows/superset-docs-verify.yml
@@ -19,7 +19,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Set up Node.js 16
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v4
         with:
           node-version: '16'
       - name: yarn install
diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml
index 533b6cc4a6..d7e703e535 100644
--- a/.github/workflows/superset-e2e.yml
+++ b/.github/workflows/superset-e2e.yml
@@ -94,7 +94,7 @@ jobs:
         with:
           run: testdata
       - name: Setup Node.js
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: "16"
       - name: Install npm dependencies
diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml
index a27ab6a0fd..8c8d6abe4f 100644
--- a/.github/workflows/superset-frontend.yml
+++ b/.github/workflows/superset-frontend.yml
@@ -31,7 +31,7 @@ jobs:
         run: ./scripts/ci_check_no_file_changes.sh frontend
       - name: Setup Node.js
         if: steps.check.outcome == 'failure'
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: "16"
       - name: Install dependencies
diff --git a/.github/workflows/superset-translations.yml b/.github/workflows/superset-translations.yml
index d3d957fde2..fbde6d4fd4 100644
--- a/.github/workflows/superset-translations.yml
+++ b/.github/workflows/superset-translations.yml
@@ -17,7 +17,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Setup Node.js
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version:  '16'
       - name: Install dependencies
diff --git a/.github/workflows/tech-debt.yml b/.github/workflows/tech-debt.yml
index bf412227f2..da92894ddc 100644
--- a/.github/workflows/tech-debt.yml
+++ b/.github/workflows/tech-debt.yml
@@ -15,7 +15,7 @@ jobs:
         uses: actions/checkout@v3
 
       - name: Set up Node.js
-        uses: actions/setup-node@v3
+        uses: actions/setup-node@v4
         with:
           node-version: '16'
 
diff --git a/.github/workflows/update-monorepo-lockfiles.yml b/.github/workflows/update-monorepo-lockfiles.yml
index 052df96e1c..2c3f65e09d 100644
--- a/.github/workflows/update-monorepo-lockfiles.yml
+++ b/.github/workflows/update-monorepo-lockfiles.yml
@@ -22,7 +22,7 @@ jobs:
           ref: ${{ github.head_ref }} # Checkout the branch that made the PR
 
       - name: Set up Node.js
-        uses: actions/setup-node@v2
+        uses: actions/setup-node@v4
         with:
           node-version: '16'