From 14a53b4f8a1c3f875cc17c12bca6fd2fc48f6c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 08:54:30 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 (#7) --- .github/workflows/check.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 5ef4fea..ebcf955 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2 - name: Restore Gradle cache id: cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5713513..7495ecb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - name: Restore Gradle cache id: cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: | ~/.gradle/caches @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v2 - name: Restore Gradle cache id: cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: | ~/.gradle/caches @@ -88,7 +88,7 @@ jobs: - uses: actions/checkout@v2 - name: Restore Gradle cache id: cache - uses: actions/cache@v2.1.5 + uses: actions/cache@v2.1.6 with: path: | ~/.gradle/caches