From 99c137ff4bf919425d770139816604766e79965e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Nov 2021 15:25:02 +0000 Subject: [PATCH] Update actions/cache action to v2.1.7 --- .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 6150bde..08a6b31 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -23,7 +23,7 @@ jobs: sdk: '2.14.4' - name: Cache Gradle modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}- - name: Cache CocoaPods modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: @@ -51,7 +51,7 @@ jobs: ${{ runner.os }}- - name: Cache Flutter modules - uses: actions/cache@v2.1.6 + uses: actions/cache@v2.1.7 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: