File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
)
27
27
28
28
steps :
29
- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
29
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
30
30
- name : Install latex tools
31
31
run : |
32
32
sudo apt-get update -qq
41
41
make
42
42
mkdir firebase
43
43
cp dartLangSpec.pdf firebase/DartLangSpecDraft.pdf
44
- - uses : FirebaseExtended/action-hosting-deploy@4d0d0023f1d92b9b7d16dda64b3d7abd2c98974b
44
+ - uses : FirebaseExtended/action-hosting-deploy@120e124148ab7016bec2374e5050f15051255ba2
45
45
with :
46
46
repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
47
47
firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DART_SPECIFICATION }}'
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@v3
17
- - uses : dart-lang/setup-dart@v1
16
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
17
+ - uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
18
18
with :
19
19
sdk : dev
20
20
- name : dart pub get (specification)
34
34
test :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
38
- - uses : dart-lang/setup-dart@v1
37
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
38
+ - uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
39
39
with :
40
40
sdk : dev
41
41
- name : dart pub get (accepted/future-releases/0546-patterns/exhaustiveness_prototype)
You can’t perform that action at this time.
0 commit comments