diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ea23c478..5db654cb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,9 +15,9 @@ jobs: # Please adjust README when bumping version. rust: [stable, 1.58.1] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: actions-rs/toolchain@v1.0.6 with: profile: minimal toolchain: ${{ matrix.rust }}