Skip to content

Commit

Permalink
Merge pull request #97 from Mon-ius/master
Browse files Browse the repository at this point in the history
Update doc actions/checkout@v3 -> v4
  • Loading branch information
dtolnay authored Sep 17, 2023
2 parents 5cb429d + 07e430b commit 1482605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 1482605

Please sign in to comment.