From 4d2ae95f7dadd9f060f1f63f21494bf663035eae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:17:52 +0000 Subject: [PATCH] Bump actions/cache from 2.1.3 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.3 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.3...v2.1.6) 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 1c30ed2..3cef2e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: java-version: 1.8 - name: Cache Gradle packages - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-build-${{ hashFiles('**/*.gradle') }} @@ -128,14 +128,14 @@ jobs: java-version: 11 - name: Cache SonarCloud packages - uses: actions/cache@v2.1.3 + uses: actions/cache@v2.1.6 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.6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-test-${{ hashFiles('**/*.gradle') }}