This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed 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@8ade135a41bc03ea155e62e844d188df1ea18608
22
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@8ade135a41bc03ea155e62e844d188df1ea18608
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@8ade135a41bc03ea155e62e844d188df1ea18608
25
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
26
26
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
27
27
with :
28
28
sdk : ${{ matrix.sdk }}
49
49
os : [ubuntu-latest]
50
50
sdk : [2.19.0, dev]
51
51
steps :
52
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
52
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
53
53
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
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@8ade135a41bc03ea155e62e844d188df1ea18608
67
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
68
68
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
69
69
with :
70
70
sdk : dev
You can’t perform that action at this time.
0 commit comments