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 6ab616774 Bump actions/setup-node from 3.8.1 to 4.0.0
6ab616774 is described below
commit 6ab61677463de1903235b512a09ffb531b1e933e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 24 05:45:53 2023 +0000
Bump actions/setup-node from 3.8.1 to 4.0.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
3.8.1 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
-
[Commits](https://github.com/actions/setup-node/compare/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d...8f152de45cc393bb48ce5d89d36b731f54556e65)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
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 4a31022d1..974aa217c 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@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index 5211be85d..10c838c69 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@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index ae4f31059..dd7cafaa1 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@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 8cbca971c..f09c0f812 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@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
+ - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v3
with:
node-version: 16
- name: Congfigure vega-cli