diff --git a/.github/workflows/analyze-test.yaml b/.github/workflows/analyze-test.yaml index 749e9a457..2e21a5916 100644 --- a/.github/workflows/analyze-test.yaml +++ b/.github/workflows/analyze-test.yaml @@ -27,7 +27,7 @@ jobs: flutter-version: "3.0.5" channel: "stable" cache: true - cache-key: "deps-${{ hashFiles('pubspec.lock') }}" + cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}" cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path - name: Run prebuild