Skip to content

Commit 7fca2e9

Browse files
authored
blast_repo fixes (#3137)
github-actions
1 parent 7cb051d commit 7fca2e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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 }}'

.github/workflows/dart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
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)
@@ -34,8 +34,8 @@ jobs:
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)

0 commit comments

Comments
 (0)