3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-21 16:29:32 +01:00

Update example workflow in readme to actions/checkout@v3

This commit is contained in:
David Tolnay 2022-04-24 18:30:51 -07:00
parent e8eba93da6
commit e9a5c18326
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

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