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

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 09f4c049a Bump actions/setup-node from 3.6.0 to 3.7.0
09f4c049a is described below

commit 09f4c049aba192645360e2fe9897fb6668079a03
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 6 05:33:35 2023 +0000

    Bump actions/setup-node from 3.6.0 to 3.7.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
3.6.0 to 3.7.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c...e33196f7422957bea03ed53f6fbb155025ffc7b8)
    
    ---
    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/build-documentation.yml | 2 +-
 .github/workflows/build-mariadb.yml       | 2 +-
 .github/workflows/build-mysql.yml         | 2 +-
 .github/workflows/build-postgresql.yml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-documentation.yml 
b/.github/workflows/build-documentation.yml
index d8dff4af7..bafd41ec9 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -18,7 +18,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
tag=v3
+      - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli
diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index 752610d92..7f41d6c74 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
tag=v3
+      - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 98052ae67..588da4178 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
tag=v3
+      - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index 8218f8af1..6724df00b 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -38,7 +38,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
tag=v3
+      - uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli

Reply via email to