diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b3da0c..78813bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,9 +13,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: checkout + uses: actions/checkout@v4 - name: rust-toolchain - uses: actions-rs/toolchain@v1.0.6 + uses: dtolnay/rust-toolchain@stable - name: cache uses: Swatinem/rust-cache@v2 - name: Build