diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3284fb..82c06d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Build run: cargo build --verbose - name: Test - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose