ci: Update all jobs to actions/checkout@v4
Updates the checkout action to the latest version
This commit is contained in:
parent
c2951e0194
commit
b79acd8a5a
2 changed files with 4 additions and 4 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
id-token: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue