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: