2626 runs-on : ${{ matrix.os }}
2727 steps :
2828 - name : git clone devtools
29- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
29+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3030
3131 - name : Get Latest Flutter Candidate
3232 id : flutter-candidate
7777 fail-fast : false
7878 steps :
7979 - name : git clone
80- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
80+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
8181 - name : Load Cached Flutter SDK
8282 uses : actions/cache@v3
8383 with :
@@ -104,7 +104,7 @@ jobs:
104104 - test_dart2js
105105 steps :
106106 - name : git clone
107- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
107+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
108108 - name : Load Cached Flutter SDK
109109 uses : actions/cache@v3
110110 with :
@@ -131,7 +131,7 @@ jobs:
131131
132132 steps :
133133 - name : git clone
134- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
134+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
135135 - name : Load Cached Flutter SDK
136136 uses : actions/cache@v3
137137 with :
@@ -165,7 +165,7 @@ jobs:
165165# - test_dart2js
166166# steps:
167167# - name: git clone
168- # uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
168+ # uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
169169#
170170# - name: tool/bots.sh
171171# env:
@@ -185,7 +185,7 @@ jobs:
185185# - integration_dart2js
186186# steps:
187187# - name: git clone
188- # uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
188+ # uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
189189# - name: tool/bots.sh
190190# env:
191191# BOT: ${{ matrix.bot }}
0 commit comments