From 75293f4cbdfc4d53e867c47dbdb63505d29567a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:04:36 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/default.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 5873d36..fe9b7cc 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Cache Gradle related stuff - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: path: | .gradle @@ -41,7 +41,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Cache Gradle related stuff - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: path: | .gradle @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Cache Gradle related stuff - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: path: | .gradle @@ -91,7 +91,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Cache Gradle related stuff - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.6 with: path: | .gradle