We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab5ed71 + d361a55 commit 3369f03Copy full SHA for 3369f03
1 file changed
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
run: flutter --version
23
24
- name: Cache pub dependencies
25
- uses: actions/cache@v2
+ uses: actions/cache@v3
26
with:
27
path: ${{ env.FLUTTER_HOME }}/.pub-cache
28
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
0 commit comments