31
31
runs-on : ${{ matrix.os }}
32
32
steps :
33
33
- name : Checkout sources
34
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
34
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
35
35
with :
36
36
persist-credentials : false
37
37
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-latest
107
107
steps :
108
108
- name : Checkout sources
109
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
109
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
110
110
with :
111
111
persist-credentials : false
112
112
@@ -131,7 +131,7 @@ jobs:
131
131
- stable
132
132
- nightly
133
133
steps :
134
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
134
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
135
135
with :
136
136
persist-credentials : false
137
137
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -156,7 +156,7 @@ jobs:
156
156
- armv7-unknown-linux-gnueabihf
157
157
- powerpc64-unknown-linux-gnu
158
158
steps :
159
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
159
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
160
160
with :
161
161
persist-credentials : false
162
162
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -180,7 +180,7 @@ jobs:
180
180
arch :
181
181
- wasm32-unknown-unknown
182
182
steps :
183
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
183
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
184
184
with :
185
185
persist-credentials : false
186
186
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -197,7 +197,7 @@ jobs:
197
197
name : Build documentation
198
198
runs-on : ubuntu-latest
199
199
steps :
200
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
200
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
201
201
with :
202
202
persist-credentials : false
203
203
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
@@ -213,7 +213,7 @@ jobs:
213
213
name : Build and check benchmarks
214
214
runs-on : ubuntu-latest
215
215
steps :
216
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
216
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
217
217
with :
218
218
persist-credentials : false
219
219
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af
0 commit comments