Update actions/checkout action to v7
This commit is contained in:
parent
511788a0ec
commit
c30cd4ee61
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v6
|
||||
uses: actions/checkout@v7
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue