diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc8421..ba20292 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - beta - nightly steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: cargo build --verbose - run: cargo test --verbose