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 976a69dfa Bump actions/setup-node from 4.0.2 to 4.0.3
976a69dfa is described below
commit 976a69dfafb4e6ccdc74281ff938eda530e873d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 10 05:58:17 2024 +0000
Bump actions/setup-node from 4.0.2 to 4.0.3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
4.0.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
-
[Commits](https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...1e60f620b9541d16bece96c5465dc8ee9832be0b)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 96512dfd5..b6de26c06 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@60edb5dd545a775178f52524783378180af0d1f8 # v4
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index a0ad3376f..432355fc9 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@60edb5dd545a775178f52524783378180af0d1f8 # v4
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index 0873cad9c..aaa1b6309 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@60edb5dd545a775178f52524783378180af0d1f8 # v4
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 16
- name: Congfigure vega-cli
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 7f3066526..0220a2dc6 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@60edb5dd545a775178f52524783378180af0d1f8 # v4
+ - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: 16
- name: Congfigure vega-cli