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.
1 parent 1fe2bff commit 6f11f80Copy full SHA for 6f11f80
.github/workflows/scheduled.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Check for broken links
15
id: lychee
16
- uses: lycheeverse/lychee-action@v1.10.0
+ uses: lycheeverse/lychee-action@v2
17
with:
18
args: --verbose ./docs/**/*.md ./submodules/chart/docs/**/*.md
19
jobSummary: true
requirements.txt
@@ -2,7 +2,7 @@ mkdocs==1.6.1
2
mike==2.1.3
3
markdown==3.7
4
mkdocs-material==8.2.3
5
-Jinja2==3.1.4
+Jinja2==3.1.6
6
7
# Markdown extensions
8
Pygments==2.18.0
0 commit comments