diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index cea7180566d..f05d20700d3 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -19,7 +19,7 @@ jobs: with: java-version: '1.8' - name: Cache Gradle Home files - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.6 continue-on-error: true with: path: ~/.gradle/caches @@ -46,7 +46,7 @@ jobs: with: java-version: '1.8' - name: Cache Gradle Home files - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.6 continue-on-error: true with: path: ~/.gradle/caches diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f49b6426a2e..a229789197e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: java-version: '1.8' - name: Cache Gradle Home files - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }} @@ -44,7 +44,7 @@ jobs: with: java-version: '1.8' - name: Cache Gradle Home files - uses: actions/cache@v2.1.3 + uses: actions/cache@v3.2.6 continue-on-error: true with: path: ~/.gradle/caches