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 1675d4e  Bump actions/setup-node from 4.0.2 to 4.0.3
1675d4e is described below

commit 1675d4e7aa55c7844028a8389e71939100ab5236
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 11 12:57:44 2024 +0000

    Bump actions/setup-node from 4.0.2 to 4.0.3
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
4.0.2 to 4.0.3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3)
    
    ---
    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 c6ea66b..2078fb6 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 b43cd0e..f6bd866 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -57,7 +57,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