Update actions/checkout action to v7
All checks were successful
Build and Test / rust-boss (push) Successful in 6m32s
All checks were successful
Build and Test / rust-boss (push) Successful in 6m32s
This commit is contained in:
parent
137a1afd75
commit
dcac03d4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue