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

davin 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 91a2976  Bump actions/setup-node from 4.0.4 to 4.1.0
91a2976 is described below

commit 91a2976896c4aa06e1b65a7ad8dab4f09b8d1bf0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 16 15:47:41 2024 +0000

    Bump actions/setup-node from 4.0.4 to 4.1.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
4.0.4 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/CI.yml      | 4 ++--
 .github/workflows/nightly.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index e01f6ba..43f5099 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -69,7 +69,7 @@ jobs:
           java-version: ${{ matrix.java_version }}
 
       - name: Install Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node }}
 
@@ -160,7 +160,7 @@ jobs:
         if: matrix.os == 'macos-13'
 
       - name: Install Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node }}
 
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 8e094d8..7b4d0fe 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/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node }}
 

Reply via email to