Update actions/checkout action to v4
This commit is contained in:
parent
3640d8c226
commit
d94b3ff310
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get current version from Cargo.toml
|
||||
id: cargo-version
|
||||
|
|
Loading…
Add table
Reference in a new issue