From 60e42b255f959c68c1e303de1dcb21b5a7067efe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 12:03:44 +0000 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c666848..d6b109b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: # Caching for speedup # - name: Gradle Cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1bd7844..6eb5087 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: # Caching for speedup # - name: Gradle Cache - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: | ~/.gradle/caches