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 ecca18d0f Update actions/setup-node action to v4
ecca18d0f is described below
commit ecca18d0f7e22ed93d80bbb84d8fc74c8bdc187e
Author: Renovate <[email protected]>
AuthorDate: Mon Oct 30 01:11:32 2023 +0000
Update actions/setup-node action to v4
---
.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 f86a94461..83982fafe 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -20,7 +20,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: gradle
- - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index e81d5babf..33b8cda34 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -39,7 +39,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: gradle
- - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index d6b4c3bd6..658c89c75 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -39,7 +39,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: gradle
- - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 0b57681ca..856175ed7 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -40,7 +40,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: gradle
- - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: 16
- name: Congfigure vega-cli