This is an automated email from the ASF dual-hosted git repository.
adamsaghy 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 e294ce88bf Bump actions/cache from 4.3.0 to 5.0.1
e294ce88bf is described below
commit e294ce88bf7c46a76fabbd454b970ab2070adfbb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 24 05:03:49 2025 +0000
Bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1.
- [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/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
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 5506db6eba..d34b4b5a01 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index c60eedbe70..95226969cd 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index 572bbc4a48..917bd85014 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index 1967a2df97..8698aa635a 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/liquibase-only-postgresql.yml
b/.github/workflows/liquibase-only-postgresql.yml
index 9baee75501..3b53d25195 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4
with:
path: |
~/.gradle/caches