File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
18
- - uses : actions/setup-python@v4
18
+ - uses : actions/setup-python@v5
19
19
with :
20
20
python-version : ' 3.10'
21
21
63
63
steps :
64
64
- uses : actions/checkout@v3
65
65
66
- - uses : actions/setup-python@v4
66
+ - uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ' 3.12'
69
69
83
83
steps :
84
84
- uses : actions/checkout@v3
85
85
86
- - uses : actions/setup-python@v4
86
+ - uses : actions/setup-python@v5
87
87
with :
88
88
python-version : ' 3.12'
89
89
@@ -108,7 +108,7 @@ jobs:
108
108
python-version : ['3.9', '3.10', '3.11', '3.12']
109
109
110
110
steps :
111
- - uses : actions/setup-python@v4
111
+ - uses : actions/setup-python@v5
112
112
with :
113
113
python-version : ${{ matrix.python-version }}
114
114
- uses : actions/download-artifact@v3
@@ -130,7 +130,7 @@ jobs:
130
130
target : ['.', 'python-flint']
131
131
steps :
132
132
- uses : actions/checkout@v3
133
- - uses : actions/setup-python@v4
133
+ - uses : actions/setup-python@v5
134
134
with :
135
135
python-version : ${{ matrix.python-version }}
136
136
- run : bin/pip_install_ubuntu.sh ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments