File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : " Checkout the source code"
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : " Install Python"
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : " 3.11"
29
29
63
63
env :
64
64
TRINO_VERSION : " ${{ matrix.trino }}"
65
65
steps :
66
- - uses : actions/checkout@v3
67
- - uses : actions/setup-python@v4
66
+ - uses : actions/checkout@v4
67
+ - uses : actions/setup-python@v5
68
68
with :
69
69
python-version : ${{ matrix.python }}
70
70
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
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 : ${{env.PYTHON_VERSION}}
19
19
You can’t perform that action at this time.
0 commit comments