From 866ddac5f8beeff847b29fce03e885e25f9f777e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 08:08:06 +0000 Subject: [PATCH] Bump actions/cache from v2.1.4 to v2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] --- .github/workflows/flutter-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index 2b392cb..7cdcff8 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -16,7 +16,7 @@ jobs: sdk: stable - name: Cache Gradle modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}- - name: Cache CocoaPods modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: @@ -44,7 +44,7 @@ jobs: ${{ runner.os }}- - name: Cache Flutter modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: