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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7cb4b153c3e chore(deps): bump actions/setup-node from 4.4.0 to 6.3.0 
(#63131)
7cb4b153c3e is described below

commit 7cb4b153c3e620d0106ae046905d800ff14d9c45
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 19:02:52 2026 +0100

    chore(deps): bump actions/setup-node from 4.4.0 to 6.3.0 (#63131)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
4.4.0 to 6.3.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...53b83947a5a98c8d113130e565377fae1a50d02f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.3.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/basic-tests.yml    | 2 +-
 .github/workflows/registry-build.yml | 2 +-
 .github/workflows/ui-e2e-tests.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index 1eba3522250..7039cc36ff2 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -164,7 +164,7 @@ jobs:
           version: 9
           run_install: false
       - name: "Setup node"
-        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020  # 
v4.4.0
+        uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f  # 
v6.3.0
         with:
           node-version: 21
           cache: 'pnpm'
diff --git a/.github/workflows/registry-build.yml 
b/.github/workflows/registry-build.yml
index f75f5e935fe..7b960610039 100644
--- a/.github/workflows/registry-build.yml
+++ b/.github/workflows/registry-build.yml
@@ -211,7 +211,7 @@ jobs:
           version: 9
 
       - name: "Setup Node.js"
-        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020  # 
v4.4.0
+        uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f  # 
v6.3.0
         with:
           node-version: 20
           cache: 'pnpm'
diff --git a/.github/workflows/ui-e2e-tests.yml 
b/.github/workflows/ui-e2e-tests.yml
index e51eb95d0b6..f440caddf63 100644
--- a/.github/workflows/ui-e2e-tests.yml
+++ b/.github/workflows/ui-e2e-tests.yml
@@ -126,7 +126,7 @@ jobs:
           version: 9
           run_install: false
       - name: "Setup node"
-        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020  # 
v4.4.0
+        uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f  # 
v6.3.0
         with:
           node-version: 21
       - name: "Compile UI assets (for image build fallback)"

Reply via email to