Merge pull request #97 from Mon-ius/master

Update doc actions/checkout@v3 -> v4
This commit is contained in:
David Tolnay 2023-09-17 12:04:38 -06:00 committed by GitHub
commit 1482605bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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