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 2626 )
2727
2828 steps :
29- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
29+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
3030 - name : Install latex tools
3131 run : |
3232 sudo apt-get update -qq
4141 make
4242 mkdir firebase
4343 cp dartLangSpec.pdf firebase/DartLangSpecDraft.pdf
44- - uses : FirebaseExtended/action-hosting-deploy@4d0d0023f1d92b9b7d16dda64b3d7abd2c98974b
44+ - uses : FirebaseExtended/action-hosting-deploy@120e124148ab7016bec2374e5050f15051255ba2
4545 with :
4646 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
4747 firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DART_SPECIFICATION }}'
Original file line number Diff line number Diff line change 1313 analyze :
1414 runs-on : ubuntu-latest
1515 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
1818 with :
1919 sdk : dev
2020 - name : dart pub get (specification)
3434 test :
3535 runs-on : ubuntu-latest
3636 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
3939 with :
4040 sdk : dev
4141 - name : dart pub get (accepted/future-releases/0546-patterns/exhaustiveness_prototype)
You can’t perform that action at this time.
0 commit comments