This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Commit 4a293d8 1 parent a4b1d2c commit 4a293d8 Copy full SHA for 4a293d8
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
crash-test :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
16
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
17
17
- name : Install dependencies
18
18
run : dart pub get
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
20
20
steps :
21
21
- name : clone dart-lang/markdown
22
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
22
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23
23
with :
24
24
repository : dart-lang/markdown
25
25
path : markdown
26
26
27
27
- name : clone flutter/packages
28
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29
29
with :
30
30
repository : flutter/packages
31
31
path : flutter_packages
Original file line number Diff line number Diff line change 22
22
matrix :
23
23
sdk : [dev]
24
24
steps :
25
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
25
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26
26
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
49
49
os : [ubuntu-latest]
50
50
sdk : [3.2, dev]
51
51
steps :
52
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
52
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53
53
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
54
54
with :
55
55
sdk : ${{ matrix.sdk }}
64
64
needs : test
65
65
runs-on : ubuntu-latest
66
66
steps :
67
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
67
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
68
68
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
69
69
with :
70
70
sdk : dev
You can’t perform that action at this time.
0 commit comments