File tree 11 files changed +34
-34
lines changed
11 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
cd ..
25
25
pwd
26
26
rm -rf _tool
27
- - name : Setup Python 3.8
28
- uses : actions/setup-python@v4
27
+ - name : Setup Python 3.9
28
+ uses : actions/setup-python@v5
29
29
with :
30
- python-version : 3.8
30
+ python-version : 3.9
31
31
architecture : x64
32
32
- name : Setup Java 17
33
33
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
if : matrix.os == 'macos-14'
28
28
uses : actions/setup-python@v5
29
29
with :
30
- python-version : ' 3.10'
30
+ python-version : ' 3.10'
31
31
- name : Setup Python for all other OS
32
32
if : matrix.os != 'macos-14'
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
- python-version : 3.8
35
+ python-version : 3.9
36
36
architecture : x64
37
37
- name : Setup Java 17
38
38
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
27
27
# deletes all hidden files in a directory
28
28
sudo rm -rf ./.??* || true
29
29
ls -la ./
30
- - name : Setup Python 3.8
31
- uses : actions/setup-python@v4
30
+ - name : Setup Python 3.9
31
+ uses : actions/setup-python@v5
32
32
with :
33
- python-version : 3.8
33
+ python-version : 3.9
34
34
architecture : x64
35
35
- name : Setup Java 17
36
36
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
uses : actions/checkout@v3
37
37
with :
38
38
submodules : recursive
39
-
40
- - name : Setup Python 3.8
41
- uses : actions/setup-python@v4
39
+
40
+ - name : Setup Python 3.9
41
+ uses : actions/setup-python@v5
42
42
with :
43
- python-version : 3.8
43
+ python-version : 3.9
44
44
architecture : x64
45
45
- name : Setup Java 17
46
46
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 8
8
build_docs_job :
9
9
runs-on : ubuntu-20.04
10
10
steps :
11
- - name : Setup Python 3.8
12
- uses : actions/setup-python@v4
11
+ - name : Setup Python 3.9
12
+ uses : actions/setup-python@v5
13
13
with :
14
- python-version : 3.8
14
+ python-version : 3.9
15
15
architecture : x64
16
16
- name : Checkout
17
17
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
sudo rm -rf ./* || true
16
16
sudo rm -rf ./.??* || true
17
17
ls -la ./
18
- - name : Setup Python 3.8
19
- uses : actions/setup-python@v4
18
+ - name : Setup Python 3.9
19
+ uses : actions/setup-python@v5
20
20
with :
21
- python-version : 3.8
21
+ python-version : 3.9
22
22
architecture : x64
23
23
- name : Checkout TorchServe
24
24
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
25
25
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
26
26
echo "/usr/local/bin" >> $GITHUB_PATH
27
- - name : Setup Python 3.8
28
- uses : actions/setup-python@v4
27
+ - name : Setup Python 3.9
28
+ uses : actions/setup-python@v5
29
29
with :
30
- python-version : 3.8
30
+ python-version : 3.9
31
31
architecture : x64
32
32
- name : Install grpcurl
33
33
run : |
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
mypy :
15
15
runs-on : ubuntu-20.04
16
16
steps :
17
- - name : Setup Python 3.8
18
- uses : actions/setup-python@v4
17
+ - name : Setup Python 3.9
18
+ uses : actions/setup-python@v5
19
19
with :
20
- python-version : 3.8
20
+ python-version : 3.9
21
21
architecture : x64
22
22
- name : Checkout TorchServe
23
23
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
sudo rm -rf ./* || true
26
26
sudo rm -rf ./.??* || true
27
27
ls -la ./
28
- - name : Setup Python 3.8
29
- uses : actions/setup-python@v4
28
+ - name : Setup Python 3.9
29
+ uses : actions/setup-python@v5
30
30
with :
31
- python-version : 3.8
31
+ python-version : 3.9
32
32
architecture : x64
33
33
- name : Checkout TorchServe
34
34
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
if : matrix.os == 'macos-14'
27
27
uses : actions/setup-python@v5
28
28
with :
29
- python-version : ' 3.10'
29
+ python-version : ' 3.10'
30
30
- name : Setup Python for all other OS
31
31
if : matrix.os != 'macos-14'
32
- uses : actions/setup-python@v4
32
+ uses : actions/setup-python@v5
33
33
with :
34
- python-version : 3.8
34
+ python-version : 3.9
35
35
architecture : x64
36
36
- name : Setup Java 17
37
37
uses : actions/setup-java@v3
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
run : sudo add-apt-repository ppa:git-core/ppa -y && sudo apt-get update && sudo apt-get install git -y
31
31
- name : Check git version
32
32
run : git --version
33
- - name : Setup Python 3.8
34
- uses : actions/setup-python@v3
33
+ - name : Setup Python 3.9
34
+ uses : actions/setup-python@v5
35
35
with :
36
- python-version : 3.8
36
+ python-version : 3.9
37
37
architecture : x64
38
38
- name : Setup Java 17
39
39
uses : actions/setup-java@v3
You can’t perform that action at this time.
0 commit comments