File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ jobs:
108108 uses : actions/checkout@v4
109109
110110 - name : Install Rust toolchain
111- uses : dtolnay/rust-toolchain@master
111+ uses : dtolnay/rust-toolchain@stable
112112 with :
113- toolchain : 1.80.1
113+ toolchain : stable
114114 targets : ${{ matrix.target }}
115115
116116 - name : Install Linux dependencies
@@ -299,9 +299,9 @@ jobs:
299299 uses : actions/checkout@v4
300300
301301 - name : Install Rust toolchain
302- uses : dtolnay/rust-toolchain@master
302+ uses : dtolnay/rust-toolchain@stable
303303 with :
304- toolchain : 1.80.1
304+ toolchain : stable
305305
306306 - name : Generate report
307307 run : ./stub-report/generate-report.sh
@@ -332,9 +332,9 @@ jobs:
332332 uses : actions/checkout@v4
333333
334334 - name : Install Rust toolchain
335- uses : dtolnay/rust-toolchain@master
335+ uses : dtolnay/rust-toolchain@stable
336336 with :
337- toolchain : 1.80.1
337+ toolchain : stable
338338 targets : wasm32-unknown-unknown
339339
340340 - name : Setup Node.js
You can’t perform that action at this time.
0 commit comments