File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@v4
23
23
24
24
- name : Set up Python
25
- uses : actions/setup-python@v2
25
+ uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.x'
28
28
Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v4
24
24
with :
25
25
ref : ${{ github.event.pull_request.head.sha || github.ref }}
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
python-version : " 3.11"
29
29
architecture : " x64"
54
54
key : unit-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.airflow-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('anyscale_provider/__init__.py') }}
55
55
56
56
- name : Set up Python ${{ matrix.python-version }}
57
- uses : actions/setup-python@v4
57
+ uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ${{ matrix.python-version }}
60
60
93
93
key : integration-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.airflow-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('anyscale_provider/__init__.py') }}
94
94
95
95
- name : Set up Python ${{ matrix.python-version }}
96
- uses : actions/setup-python@v4
96
+ uses : actions/setup-python@v5
97
97
with :
98
98
python-version : ${{ matrix.python-version }}
99
99
@@ -125,7 +125,7 @@ jobs:
125
125
with :
126
126
ref : ${{ github.event.pull_request.head.sha || github.ref }}
127
127
- name : Set up Python 3.11
128
- uses : actions/setup-python@v3
128
+ uses : actions/setup-python@v5
129
129
with :
130
130
python-version : " 3.11"
131
131
- name : Install coverage
You can’t perform that action at this time.
0 commit comments