diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index 475ca8cc668c..1e6f45b3ef6b 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 - name: Install Rust toolchain - uses: actions-rs/toolchain@v1 + uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable override: true