3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-23 08:59:31 +01:00

Update doc actions/checkout@v3 -> v4

This commit is contained in:
Monius 2023-09-18 02:00:52 +08:00
parent 5cb429dd81
commit 07e430b4aa

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
```