Merge 6327f09a5e into 5c4fba0757
This commit is contained in:
commit
7ec8f909b9
3 changed files with 7 additions and 7 deletions
6
.github/workflows/dev.yml
vendored
6
.github/workflows/dev.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: dev
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ref: dev
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
9.x
|
||||
|
||||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: recursive
|
||||
path: ProjectMakotoTest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue