From 20790c012d63f324da22959484c2a5a8c7acfd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 07:09:05 +0000 Subject: [PATCH] Bump actions/cache from v2.1.3 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7a39ef..297aba6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: java-version: 1.8 - name: Cache Gradle packages - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-build-${{ hashFiles('**/*.gradle') }} @@ -127,14 +127,14 @@ jobs: java-version: 11 - name: Cache SonarCloud packages - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Gradle packages - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-test-${{ hashFiles('**/*.gradle') }}