We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 268a130 + b37dc74 commit 84d777bCopy full SHA for 84d777b
.github/workflows/pre-commit.yml
@@ -9,9 +9,9 @@ jobs:
9
if: github.event.pull_request.draft == false
10
runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v6.0.0
13
- name: Setup Node.js
14
uses: actions/setup-node@v5
15
with:
16
- node-version: '22'
+ node-version: '24'
17
- uses: pre-commit/action@v3.0.1
requirements.txt
@@ -1,4 +1,4 @@
1
-mkdocs-material==9.6.23
+mkdocs-material==9.7.0
2
mike==2.1.3
3
4
# https://github.com/squidfunk/mkdocs-material/issues/3085#issuecomment-933373590
0 commit comments