Commit 76d24e2 1 parent f1ac18f commit 76d24e2 Copy full SHA for 76d24e2
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 134
134
[
135
135
{ "uses": "actions/checkout@v4", "name": "Checkout" },
136
136
{
137
- " uses " : " actions-rs/toolchain@v2 " ,
137
+ " uses " : " actions-rs/toolchain@v1 " ,
138
138
" with " :
139
139
{
140
140
" profile " : " minimal" ,
Original file line number Diff line number Diff line change 36
36
" name " : " Checkout"
37
37
},
38
38
{
39
- " uses " : " actions-rs/toolchain@v2 " ,
39
+ " uses " : " actions-rs/toolchain@v1 " ,
40
40
" with " : {
41
41
" profile " : " minimal" ,
42
42
" toolchain " : " ${{ matrix.rust }}" ,
105
105
" name " : " Checkout"
106
106
},
107
107
{
108
- " uses " : " actions-rs/toolchain@v2 " ,
108
+ " uses " : " actions-rs/toolchain@v1 " ,
109
109
" with " : {
110
110
" profile " : " minimal" ,
111
111
" toolchain " : " ${{ matrix.rust }}" ,
137
137
" name " : " Checkout"
138
138
},
139
139
{
140
- " uses " : " actions-rs/toolchain@v2 " ,
140
+ " uses " : " actions-rs/toolchain@v1 " ,
141
141
" with " : {
142
142
" profile " : " minimal" ,
143
143
" toolchain " : " 1.85.0" ,
173
173
" name " : " Checkout"
174
174
},
175
175
{
176
- " uses " : " actions-rs/toolchain@v2 " ,
176
+ " uses " : " actions-rs/toolchain@v1 " ,
177
177
" with " : {
178
178
" profile " : " minimal" ,
179
179
" toolchain " : " 1.85.0" ,
200
200
" name " : " Checkout"
201
201
},
202
202
{
203
- " uses " : " actions-rs/toolchain@v2 " ,
203
+ " uses " : " actions-rs/toolchain@v1 " ,
204
204
" with " : {
205
205
" profile " : " minimal" ,
206
206
" toolchain " : " nightly" ,
You can’t perform that action at this time.
0 commit comments