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 567972318 Bump actions/setup-node from 3.7.0 to 3.8.0
567972318 is described below

commit 56797231870a7d8a96608dfd541693c131ac37a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 05:19:29 2023 +0000

    Bump actions/setup-node from 3.7.0 to 3.8.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
3.7.0 to 3.8.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/e33196f7422957bea03ed53f6fbb155025ffc7b8...bea5baf987ba7aa777a8a0b4ace377a21c45c381)
    
    ---
    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 454bd5b92..7f1b48389 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@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
+      - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # 
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 861714b9d..60a04249f 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@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
+      - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # 
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 9c4674939..b72041f65 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@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
+      - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # 
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 18d7d88c0..31841b565 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@e33196f7422957bea03ed53f6fbb155025ffc7b8 # 
tag=v3
+      - uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # 
tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli

Reply via email to