|
|
@@ -20,12 +20,12 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- name: Checkout repository
|
|
|
- uses: actions/checkout@v5
|
|
|
+ uses: actions/checkout@v6
|
|
|
with:
|
|
|
fetch-depth: 1
|
|
|
|
|
|
- name: Checkout wiki repository
|
|
|
- uses: actions/checkout@v5
|
|
|
+ uses: actions/checkout@v6
|
|
|
with:
|
|
|
repository: ${{ github.repository }}.wiki
|
|
|
path: wiki
|