ci: Update all jobs to actions/checkout@v4

Updates the checkout action to the latest version
This commit is contained in:
Bruce Mitchener 2024-04-14 10:50:41 +07:00 committed by GitHub
parent c2951e0194
commit b79acd8a5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with: