Update actions/checkout@v6 -> v7

This commit is contained in:
2026-06-20 15:19:44 -07:00
parent 3c5f7ea28c
commit 67ef31d5b9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
```