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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b2a12eac chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 
(#1489)
5b2a12eac is described below

commit 5b2a12eac28c3fc08f19775dd245afebfb2507e1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 5 08:36:36 2026 +0200

    chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#1489)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
6.2.0 to 6.3.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/dev.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 86d15019f..31c5b07da 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -41,7 +41,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98  # 
v5.0.1
-      - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238  # 
v6.2.0
+      - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f  # 
v6.3.0
         with:
           node-version: "20"
       - name: Prettier check


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to