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

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new 9b9cd5b  Bump actions/setup-node from 6.0.0 to 6.1.0
9b9cd5b is described below

commit 9b9cd5b53e0e9a9261307788ea95a57840d80b0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 13:30:50 2026 +0000

    Bump actions/setup-node from 6.0.0 to 6.1.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
6.0.0 to 6.1.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/2028fbc5c25fe9cf00d9f06a71cc4710d4507903...395ad3262231945c25e8478fd5baf05154b1d79f)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/CI.yml                | 4 ++--
 .github/workflows/licenses.yml          | 4 ++--
 .github/workflows/nightly.yml           | 2 +-
 .github/workflows/release-candidate.yml | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index ba89a26..4584f51 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -79,7 +79,7 @@ jobs:
           java-version: ${{ matrix.java_version }}
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903  # 
v6.0.0
+        uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238  # 
v6.2.0
         with:
           node-version: ${{ matrix.node }}
           cache: yarn
@@ -142,7 +142,7 @@ jobs:
         uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
+        uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 
v6.2.0
         with:
           node-version: ${{ matrix.node }}
           cache: yarn
diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml
index 5f16245..78f2883 100644
--- a/.github/workflows/licenses.yml
+++ b/.github/workflows/licenses.yml
@@ -81,7 +81,7 @@ jobs:
           fetch-depth: 0
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
+        uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 
v6.2.0
         with:
           node-version: ${{ matrix.node }}
           cache: yarn
@@ -118,7 +118,7 @@ jobs:
           fetch-depth: 0
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
+        uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 
v6.2.0
         with:
           node-version: ${{ matrix.node }}
           cache: yarn
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 504ef16..a20e044 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -67,7 +67,7 @@ jobs:
           java-version: ${{ matrix.java_version }}
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
+        uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 
v6.2.0
         with:
           node-version: ${{ matrix.node }}
 
diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index 6fd0db0..4f15da3 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -59,7 +59,7 @@ jobs:
           java-version: 17
 
       - name: Install Node.js
-        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v4.4.0
+        uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # 
v4.4.0
         with:
           node-version: 20
           cache: yarn

Reply via email to