Pin nightly toolchain to a specific day in document workflow

This commit is contained in:
Héctor Ramón Jiménez 2023-12-19 12:51:32 +01:00
parent af917a08d8
commit 58494bd033
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -8,7 +8,7 @@ jobs:
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
rust-version: nightly-2023-12-11
- uses: actions/checkout@v2
- name: Generate documentation
run: |