Update actions/checkout@v3 -> v4

This commit is contained in:
David Tolnay 2023-09-04 22:35:00 -07:00
parent f361669954
commit 7a26acb927
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
rust: 1.0.0
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
name: Run dtolnay/rust-toolchain${{contains(matrix.rust, ' ') && ' for ' || '@'}}${{matrix.rust}}
id: toolchain