Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
ee44cbdedb
1 changed files with 3 additions and 3 deletions
6
.github/workflows/bootstrap_testing.yml
vendored
6
.github/workflows/bootstrap_testing.yml
vendored
|
|
@ -105,7 +105,7 @@ jobs:
|
|||
echo 'Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"' >> /etc/sudoers
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
|
@ -174,7 +174,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
|
@ -224,7 +224,7 @@ jobs:
|
|||
git:
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
submodules: recursive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue