From 240cdafb3d8d0fda095f3a17d25a055d222a7f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:33:17 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.8. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... 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..310d458 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@v3.0.8 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@v3.0.8 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@v3.0.8 env: cache-number: ${{ secrets.CACHE_NUMBER }} with: