File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
- ubuntu-latest
33
33
- windows-latest
34
34
steps :
35
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
36
36
- uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
37
37
with :
38
38
sdk : ${{ matrix.sdk }}
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
- ubuntu-latest
35
35
- windows-latest
36
36
steps :
37
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
37
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38
38
- name : Cache Pub hosted dependencies
39
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
39
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
40
40
with :
41
41
path : " ~/.pub-cache/hosted"
42
42
key : " pub-cache-hosted;${{ matrix.flutterSdk }};${{ matrix.os }}"
43
43
- name : Cache Pub sdk git dependency
44
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
44
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
45
45
with :
46
46
path : " ~/.pub-cache/git/sdk-b0838eac58308fc4e6654ca99eda75b30649c08f/"
47
47
key : " pub-cache-git;${{ matrix.flutterSdk }};${{ matrix.os }}"
Original file line number Diff line number Diff line change 30
30
os :
31
31
- ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
34
34
- uses : dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
35
35
with :
36
36
sdk : ${{ matrix.sdk }}
You can’t perform that action at this time.
0 commit comments