We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a711494 + 13aaddf commit 50b8eb9Copy full SHA for 50b8eb9
2 files changed
.github/workflows/check-markdown.yml
@@ -5,7 +5,7 @@ jobs:
5
lint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
9
with:
10
fetch-depth: 0
11
.github/workflows/mkdocs-build.yml
@@ -8,12 +8,12 @@ jobs:
deploy:
12
13
submodules: recursive
14
15
# Checks-out submodules
16
17
- name: Checkout submodules
18
shell: bash
19
run: |
0 commit comments