From 8ee18dcc29dfe52f23b9d4ee76e77546538a02d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:05:06 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-examples.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-examples.yml b/.github/workflows/ci-examples.yml index 789c4fdd577..a85be2a9948 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.0.11 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.0.11 continue-on-error: true with: path: ~/.gradle/caches diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 627d69befad..af0729e3f4e 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.0.11 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.0.11 continue-on-error: true with: path: ~/.gradle/caches