Skip to content

Commit 1c76d29

Browse files
authored
fix(docs) Bump versions in mkdocs github actions (#8722)
1 parent d658ef4 commit 1c76d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mkdocs-material.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: setup python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
30-
python-version: '3.10'
30+
python-version: '3.12'
3131
cache: pip
3232
cache-dependency-path: pyproject.toml
3333

0 commit comments

Comments
 (0)