From 1a7d8acb822fc417c8538102f621640d2987966a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:34:25 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 2.1.5 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.5) 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: