Ensure date-check cron job is using latest stable Rust

This should prevent future failures like this one [1].

[1]: https://github.com/rust-lang/rustc-dev-guide/runs/4067460927?check_suite_focus=true
This commit is contained in:
Noah Lev 2021-11-03 12:22:15 -07:00
parent b26499d1ff
commit 8f61c9e7e9
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: Ensure Rust is up-to-date
run: |
rustup update stable
- name: Run `date-check`
working-directory: ci/date-check
run: |