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 961682e80c Bump actions/cache from 5.0.1 to 5.0.2
961682e80c is described below
commit 961682e80c2e7191a2b9905d6551076bf96fcca8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 05:20:52 2026 +0000
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
-
[Commits](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb...8b402f58fbc84540c8b491a91e594a4576fec3d7)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build-cucumber.yml | 2 +-
.github/workflows/build-mariadb.yml | 2 +-
.github/workflows/build-mysql.yml | 2 +-
.github/workflows/build-postgresql.yml | 2 +-
.github/workflows/liquibase-only-postgresql.yml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/build-cucumber.yml
b/.github/workflows/build-cucumber.yml
index d34b4b5a01..c88b5977fe 100644
--- a/.github/workflows/build-cucumber.yml
+++ b/.github/workflows/build-cucumber.yml
@@ -39,7 +39,7 @@ jobs:
distribution: 'zulu'
- name: Cache Gradle dependencies
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index 95226969cd..6b8d8a3f5b 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -56,7 +56,7 @@ jobs:
distribution: 'zulu'
- name: Cache Gradle dependencies
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index 917bd85014..607d2876d4 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -56,7 +56,7 @@ jobs:
distribution: 'zulu'
- name: Cache Gradle dependencies
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 8698aa635a..7a6fcb974d 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -57,7 +57,7 @@ jobs:
distribution: 'zulu'
- name: Cache Gradle dependencies
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/liquibase-only-postgresql.yml
b/.github/workflows/liquibase-only-postgresql.yml
index 3b53d25195..24ea2fe8d3 100644
--- a/.github/workflows/liquibase-only-postgresql.yml
+++ b/.github/workflows/liquibase-only-postgresql.yml
@@ -38,7 +38,7 @@ jobs:
distribution: 'zulu'
- name: Cache Gradle dependencies
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4
with:
path: |
~/.gradle/caches