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 15bb84a  Bump actions/setup-node from 4.2.0 to 4.4.0
15bb84a is described below

commit 15bb84a3e049fe4b36ed03586efff5fd9bbf9c15
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 1 00:39:22 2025 +0000

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

diff --git a/.github/workflows/licenes.yml b/.github/workflows/licenes.yml
index 480b58a..fd40c19 100644
--- a/.github/workflows/licenes.yml
+++ b/.github/workflows/licenes.yml
@@ -79,7 +79,7 @@ jobs:
           fetch-depth: 0
 
       - name: Install Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node }}
 
@@ -114,7 +114,7 @@ jobs:
           fetch-depth: 0
 
       - name: Install Node.js
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           node-version: ${{ matrix.node }}
       
diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index da2d95b..9e8c44b 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -59,7 +59,7 @@ jobs:
           java-version: 8
 
       - name: Install Node.js
-        uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # 
v4.4.0
+        uses: actions/setup-node@5e2628c959b9ade56971c0afcebbe5332d44b398 # 
v4.4.0
         with:
           node-version: 20
 

Reply via email to