26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
28
- name : git clone devtools
29
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
29
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
30
30
31
31
- name : Get Latest Flutter Candidate
32
32
id : flutter-candidate
77
77
fail-fast : false
78
78
steps :
79
79
- name : git clone
80
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
80
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
81
81
- name : Load Cached Flutter SDK
82
82
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
83
83
with :
@@ -104,7 +104,7 @@ jobs:
104
104
- test_dart2js
105
105
steps :
106
106
- name : git clone
107
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
107
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
108
108
- name : Load Cached Flutter SDK
109
109
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
110
110
with :
@@ -131,7 +131,7 @@ jobs:
131
131
132
132
steps :
133
133
- name : git clone
134
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
134
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
135
135
- name : Load Cached Flutter SDK
136
136
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
137
137
with :
@@ -164,7 +164,7 @@ jobs:
164
164
- integration_dart2js
165
165
steps :
166
166
- name : git clone
167
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
167
+ uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
168
168
- name : Load Cached Flutter SDK
169
169
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
170
170
with :
@@ -195,7 +195,7 @@ jobs:
195
195
# - test_dart2js
196
196
# steps:
197
197
# - name: git clone
198
- # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
198
+ # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
199
199
#
200
200
# - name: tool/bots.sh
201
201
# env:
@@ -215,7 +215,7 @@ jobs:
215
215
# - integration_dart2js
216
216
# steps:
217
217
# - name: git clone
218
- # uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
218
+ # uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
219
219
# - name: tool/bots.sh
220
220
# env:
221
221
# BOT: ${{ matrix.bot }}
0 commit comments