diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 1e5bf59..1899c27 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -18,7 +18,7 @@ jobs: uses: hecrj/setup-rust-action@v2 with: components: rustfmt - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: cargo fmt --check lint: @@ -28,7 +28,7 @@ jobs: uses: hecrj/setup-rust-action@v2 with: components: clippy - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - run: cargo clippy --all-targets --all-features -- -D warnings compile: @@ -57,7 +57,7 @@ jobs: with: rust-version: stable - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Test run: cargo test --all-features @@ -75,7 +75,7 @@ jobs: version: latest use-tool-cache: true - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Coverage run: cargo tarpaulin --workspace --follow-exec --engine Llvm -o Lcov --output-dir ./coverage - name: Upload coverage reports to Codecov