We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ee9ca commit 7c83ba7Copy full SHA for 7c83ba7
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
run: flutter --version
28
29
- name: Cache pub dependencies
30
- uses: actions/cache@v2
+ uses: actions/cache@v4
31
with:
32
path: ${{ env.FLUTTER_HOME }}/.pub-cache
33
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
0 commit comments