Skip to content

Commit 7c83ba7

Browse files
committed
Fix CI
1 parent 46ee9ca commit 7c83ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: flutter --version
2828

2929
- name: Cache pub dependencies
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: ${{ env.FLUTTER_HOME }}/.pub-cache
3333
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}

0 commit comments

Comments
 (0)