From fef860117569284031bcc2eb5e368df525db39b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 13:09:30 +0000 Subject: [PATCH] chore(ci): 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.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 220a692..700803e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: distribution: "adopt" java-version: ${{ matrix.java }} - name: setup-cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | ~/.gradle/caches @@ -58,7 +58,7 @@ jobs: distribution: "adopt" java-version: "11" - name: setup-cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13283d9..1cda98e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: distribution: "adopt" java-version: "11" - name: setup-cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 with: path: | ~/.gradle/caches