diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index 789c4fdd577..2295d91d0eb 100644 --- a/.github/workflows/ci-examples.yml +++ b/.github/workflows/ci-examples.yml @@ -20,7 +20,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 continue-on-error: true with: path: ~/.gradle/caches @@ -48,7 +48,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 continue-on-error: true with: path: ~/.gradle/caches diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 627d69befad..c2dbfcb8974 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }} @@ -46,7 +46,7 @@ jobs: java-version: '8.0.292+10' distribution: adopt-hotspot - name: Cache Gradle Home files - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 continue-on-error: true with: path: ~/.gradle/caches