update toolchain for outdated job

This commit is contained in:
KodrAus 2025-04-04 11:37:50 +10:00
parent c74ad33664
commit b2370f26de

View File

@ -13,6 +13,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- name: Install Rust Toolchain
run: rustup update stable
- name: Install cargo-outdated
run: cargo install cargo-outdated