File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Cache Pub hosted dependencies
20
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
20
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
21
21
with :
22
22
path : " ~/.pub-cache/hosted"
23
23
key : " os:ubuntu-latest;pub-cache-hosted;dart:2.10.0;"
Original file line number Diff line number Diff line change 30
30
working-directory : ${{ matrix.example_directory }}
31
31
steps :
32
32
- name : Cache Pub hosted dependencies
33
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920
33
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
34
34
with :
35
35
path : " ~/.pub-cache/hosted"
36
36
key : " os:ubuntu-latest;pub-cache-hosted;dart:dev;packages:${{ matrix.example_directory }}"
You can’t perform that action at this time.
0 commit comments