|
70 | 70 | - .github/workflows/ci.yml |
71 | 71 | - name: Setup stable Rust Toolchain |
72 | 72 | if: steps.modified.outputs.rust_src == 'true' |
73 | | - uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable |
| 73 | + uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master |
| 74 | + with: |
| 75 | + toolchain: stable |
74 | 76 | - name: Setup cache |
75 | 77 | uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
76 | 78 | if: steps.modified.outputs.rust_src == 'true' |
@@ -123,12 +125,15 @@ jobs: |
123 | 125 | run: sudo apt-get -y install protobuf-compiler |
124 | 126 | - name: Setup nightly Rust Toolchain (for rustfmt) |
125 | 127 | if: steps.modified.outputs.rust_src == 'true' |
126 | | - uses: dtolnay/rust-toolchain@55d80eb3c5a4228eec5390a083c092095115c6f1 # nightly |
| 128 | + uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master |
127 | 129 | with: |
| 130 | + toolchain: nightly |
128 | 131 | components: rustfmt |
129 | 132 | - name: Setup stable Rust Toolchain |
130 | 133 | if: steps.modified.outputs.rust_src == 'true' |
131 | | - uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable |
| 134 | + uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master |
| 135 | + with: |
| 136 | + toolchain: stable |
132 | 137 | - name: Setup cache |
133 | 138 | if: steps.modified.outputs.rust_src == 'true' |
134 | 139 | uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 |
@@ -170,7 +175,9 @@ jobs: |
170 | 175 | steps: |
171 | 176 | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
172 | 177 | - name: Install Rust toolchain |
173 | | - uses: dtolnay/rust-toolchain@5d458579430fc14a04a08a1e7d3694f545e91ce6 # stable |
| 178 | + uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master |
| 179 | + with: |
| 180 | + toolchain: stable |
174 | 181 |
|
175 | 182 | - name: Cache cargo tools |
176 | 183 | uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
|
0 commit comments