From ae18df0ca111bce5ceaa989379a47e15d9a0470c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 22 Dec 2025 01:27:44 +0000 Subject: [PATCH] FINERACT-2181: Update actions/cache digest to 0057852 --- .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 d34b4b5a01c..5506db6eba6 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index 95226969cd1..c60eedbe70b 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 917bd850146..572bbc4a48e 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 8698aa635ad..1967a2df97b 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/liquibase-only-postgresql.yml b/.github/workflows/liquibase-only-postgresql.yml index 3b53d251952..9baee75501c 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.gradle/caches