File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
)
27
27
28
28
steps :
29
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
29
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
30
30
- name : Install latex tools
31
31
run : |
32
32
sudo apt-get update -qq
Original file line number Diff line number Diff line change 13
13
analyze :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
16
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
17
17
- uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
18
18
with :
19
19
sdk : main
34
34
test :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
37
+ - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
38
38
- uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
39
39
with :
40
40
sdk : main
You can’t perform that action at this time.
0 commit comments