diff --git a/.github/workflows/build-grpc-smoke-dist.yml b/.github/workflows/build-grpc-smoke-dist.yml index c0ccf3120c..0c7b4ca800 100644 --- a/.github/workflows/build-grpc-smoke-dist.yml +++ b/.github/workflows/build-grpc-smoke-dist.yml @@ -27,7 +27,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: grpc-smoke - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/build-play-smoke-dist.yml b/.github/workflows/build-play-smoke-dist.yml index 54c4730886..6788ecf886 100644 --- a/.github/workflows/build-play-smoke-dist.yml +++ b/.github/workflows/build-play-smoke-dist.yml @@ -27,7 +27,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: play-smoke - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/build-smoke-dist-fakebackend.yml b/.github/workflows/build-smoke-dist-fakebackend.yml index 2893cc9442..14a89fb989 100644 --- a/.github/workflows/build-smoke-dist-fakebackend.yml +++ b/.github/workflows/build-smoke-dist-fakebackend.yml @@ -26,7 +26,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: fakebackend-smoke - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/build-springboot-smoke-dist.yml b/.github/workflows/build-springboot-smoke-dist.yml index 3e0bb1845b..8915e802ee 100644 --- a/.github/workflows/build-springboot-smoke-dist.yml +++ b/.github/workflows/build-springboot-smoke-dist.yml @@ -27,7 +27,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: springboot-smoke - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/build-test-matrix.yml b/.github/workflows/build-test-matrix.yml index f8f998ec99..9dff04f070 100644 --- a/.github/workflows/build-test-matrix.yml +++ b/.github/workflows/build-test-matrix.yml @@ -26,7 +26,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: matrix-smoke - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ababa8a8e2..6365e5ef11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: jdk${{ matrix.test-java-version }} - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 @@ -153,7 +153,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: smokeTests - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 @@ -208,7 +208,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: jdk11 - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 6c7987cd06..0cb3db8232 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -67,7 +67,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: jdk${{ matrix.test-java-version }} - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 @@ -153,7 +153,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: smokeTests - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 52c5ad3017..c865efbfc4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -75,7 +75,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: jdk${{ matrix.test-java-version }} - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2 @@ -139,7 +139,7 @@ jobs: uses: burrunan/gradle-cache-action@v1.10 with: job-id: smokeTests - save-gradle-dependencies-cache: false + read-only: true - name: Cache Gradle Wrapper uses: actions/cache@v2