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 85cc3d7132 Bump actions/cache from 4.3.0 to 5.0.0
85cc3d7132 is described below

commit 85cc3d7132941a487e596af71f9ad3adbc17591e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 12 05:03:20 2025 +0000

    Bump actions/cache from 4.3.0 to 5.0.0
    
    Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0.
    - [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...a7833574556fa59680c1b7cb190c1735db73ebf0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.0
      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 e9f4a3f5af..197f692384 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
         with:
           path: |
             ~/.gradle/caches
diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index 7724984ee6..5f890b8b8e 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
         with:
           path: |
             ~/.gradle/caches
diff --git a/.github/workflows/build-mysql.yml 
b/.github/workflows/build-mysql.yml
index 40beb14d7d..bcd886c867 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
         with:
           path: |
             ~/.gradle/caches
diff --git a/.github/workflows/build-postgresql.yml 
b/.github/workflows/build-postgresql.yml
index c0ca015b13..1f0213997e 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
         with:
           path: |
             ~/.gradle/caches
diff --git a/.github/workflows/liquibase-only-postgresql.yml 
b/.github/workflows/liquibase-only-postgresql.yml
index 9baee75501..06e72ef7c5 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@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4
         with:
           path: |
             ~/.gradle/caches

Reply via email to