diff --git a/.github/workflows/build-cucumber.yml b/.github/workflows/build-cucumber.yml index f637ddf2181..ddb3224fc66 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml index ab85254838c..2dce16dba90 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml index 361d526074b..89798cf8a67 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml index 64828e45e95..a16a579a1ca 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/liquibase-only-postgresql.yml b/.github/workflows/liquibase-only-postgresql.yml index d1215876cad..0461677702b 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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.gradle/caches