diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 06aa48d..264b1ac 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -11,12 +11,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: Set up Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable + - name: Install Rust (Stable) + run: curl https://sh.rustup.rs -sSf | sh -s -- -y - name: Build Documentation run: |