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 bd052acab chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0
bd052acab is described below

commit bd052acab04b0551806604e87572fca4c6d44b65
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 6 05:05:49 2023 +0000

    chore(deps): bump actions/setup-node from 3.5.1 to 3.6.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
3.5.1 to 3.6.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/8c91899e586c5b171469028077307d293428b516...64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c)
    
    ---
    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 4787f86c5..4fc8b1285 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -16,7 +16,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # 
tag=v3
+      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
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 09d9cc06c..f03ee22ef 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -36,7 +36,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # 
tag=v3
+      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
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 f05b68d4a..8d220a6c5 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -36,7 +36,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # 
tag=v3
+      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
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 a29e4bdae..b8485270c 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -37,7 +37,7 @@ jobs:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # 
tag=v3
+      - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # 
tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli

Reply via email to