File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
runs-on : ubuntu-22.04
16
16
steps :
17
- - uses : actions/checkout@v3
18
- - uses : actions/setup-python@v4
17
+ - uses : actions/checkout@v4
18
+ - uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ' 3.11'
21
21
cache : ' pip'
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
12
12
build :
13
13
runs-on : ubuntu-22.04
14
14
steps :
15
- - uses : actions/checkout@v3
16
- - uses : actions/setup-python@v4
15
+ - uses : actions/checkout@v4
16
+ - uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.11'
19
19
cache : ' pip'
20
20
- name : Install dependencies
21
21
run : pip install -r requirements.txt
22
22
- name : Run REUSE lint
23
23
run : reuse lint
24
- - uses : actions/configure-pages@v3
24
+ - uses : actions/configure-pages@v5
25
25
- name : Build
26
26
run : mkdocs build --strict
27
27
- name : Upload artifact
28
- uses : actions/upload-pages-artifact@v2
28
+ uses : actions/upload-pages-artifact@v3
29
29
with :
30
30
path : " site/"
31
31
41
41
steps :
42
42
- name : Deploy to GitHub Pages
43
43
id : deployment
44
- uses : actions/deploy-pages@v2
44
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments