Skip to content

Commit c59b8f6

Browse files
committed
Fix Cache pub modules step
1 parent c2d08b8 commit c59b8f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
uses: actions/checkout@v2
3030

3131
- name: 🚃 Cache pub modules
32-
uses: actions/cache@v2
32+
uses: actions/cache@v3
3333
env:
3434
cache-name: cache-leetcode-pub
35-
with:
35+
with:
3636
path: |
3737
$PWD/.pub_cache/
3838
key: ${{ runner.os }}-leetcode
@@ -48,7 +48,7 @@ jobs:
4848
timeout-minutes: 1
4949
run: dart format --set-exit-if-changed -l 120 -o none .
5050

51-
- name: 📈 Check analyzer
51+
- name: 📈 Analyze code
5252
timeout-minutes: 1
5353
run: dart analyze --fatal-infos --fatal-warnings lib
5454

0 commit comments

Comments
 (0)