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 d4e2b04  Bump actions/setup-node from 4.0.0 to 4.0.2
d4e2b04 is described below

commit d4e2b0435d3ccf171ffd4f4cf0ca0aed53e115a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 1 00:18:33 2024 +0000

    Bump actions/setup-node from 4.0.0 to 4.0.2
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
4.0.0 to 4.0.2.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 02c2b82..e67cc11 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 }}
 
@@ -156,7 +156,7 @@ jobs:
           java-version: ${{ matrix.java_version }}
 
       - 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 11fd971..4d43a7c 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -53,7 +53,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