diff --git a/.github/workflows/build-cucumber.yml b/.github/workflows/build-cucumber.yml index 77f44b88b81..5c7db19f474 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 016efea4c4e..efa383de161 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 9d770885955..f6033a813bb 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 7869fc63b78..565d6c66f6c 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 ab7c285036e..30c1a2d5ea4 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