chore(deps): update actions/checkout action to v6 #1

Merged
Valentin Popov merged 1 commits from renovate/actions-checkout-6.x into master 2026-02-03 17:25:25 +04:00

View File

@@ -7,7 +7,7 @@ jobs:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --all
- run: cargo test --all-features