ci: update deployment workflow checkout & rust install

This commit is contained in:
rzmk 2023-09-19 00:03:49 -04:00
parent 24bfe50b8b
commit ea2bb68709
No known key found for this signature in database

View file

@ -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: |