File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - uses : actions/setup-python@v4
12
+ - uses : actions/setup-python@v5
13
13
with :
14
14
python-version : 3.x
15
15
- name : Install python action for doc extraction
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : actions/setup-python@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
15
python-version : ' 3.x'
16
16
- run : python3 -m pip install pre-commit
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ runs:
113
113
using : " composite"
114
114
steps :
115
115
- name : Install python
116
- uses : actions/setup-python@v4
116
+ uses : actions/setup-python@v5
117
117
id : setup-python
118
118
with :
119
119
python-version : ' 3.11'
You can’t perform that action at this time.
0 commit comments