From 4e5209db12c196a61ea0cacd46c7301948c8d42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:03:17 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 2.1.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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..e330a56bc18 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@v2.1.7 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@v2.1.7 continue-on-error: true with: path: ~/.gradle/caches diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 627d69befad..82cb36aed9a 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@v2.1.7 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@v2.1.7 continue-on-error: true with: path: ~/.gradle/caches