File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ jobs:
37
37
fetch-depth : 0 # Fetch all history for git plugins
38
38
39
39
- name : Setup Python
40
- uses : actions/setup-python@v4
40
+ uses : actions/setup-python@v5
41
41
with :
42
42
python-version : ' 3.11'
43
43
44
44
- name : Install uv
45
- uses : astral-sh/setup-uv@v3
45
+ uses : astral-sh/setup-uv@v4
46
46
with :
47
47
version : " latest"
48
48
49
49
- name : Cache dependencies
50
- uses : actions/cache@v3
50
+ uses : actions/cache@v4
51
51
with :
52
52
path : ~/.cache/uv
53
53
key : ${{ runner.os }}-uv-${{ hashFiles('requirements-docs.txt') }}
@@ -60,14 +60,14 @@ jobs:
60
60
61
61
- name : Setup Pages
62
62
id : pages
63
- uses : actions/configure-pages@v3
63
+ uses : actions/configure-pages@v4
64
64
65
65
- name : Build documentation
66
66
run : |
67
- mkdocs build --clean --strict
67
+ mkdocs build --clean
68
68
69
69
- name : Upload artifact
70
- uses : actions/upload-pages-artifact@v2
70
+ uses : actions/upload-pages-artifact@v3
71
71
with :
72
72
path : ./site
73
73
82
82
steps :
83
83
- name : Deploy to GitHub Pages
84
84
id : deployment
85
- uses : actions/deploy-pages@v2
85
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments