From fd5dbadc937d8c200f163f52e27948584db12a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 11:02:40 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.1. - [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.1) --- 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..406f3e1f043 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.1 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.1 continue-on-error: true with: path: ~/.gradle/caches diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 627d69befad..10dd36c8bc8 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.1 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.1 continue-on-error: true with: path: ~/.gradle/caches