diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40faa61..c3ebdd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build subcommand: build --release --all-features --verbose steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Stable with rustfmt and clippy uses: dtolnay/rust-toolchain@stable with: