File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
# as we sync with Kubernetes upstream
31
31
config : .github/workflows/kind-configs/cluster-1.25.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 30
30
# as we sync with Kubernetes upstream
31
31
config : .github/workflows/kind-configs/cluster-1.15.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 30
30
# as we sync with Kubernetes upstream
31
31
config : .github/workflows/kind-configs/cluster-1.16.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 30
30
# as we sync with Kubernetes upstream
31
31
config : .github/workflows/kind-configs/cluster-1.17.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 30
30
# as we sync with Kubernetes upstream
31
31
config : .github/workflows/kind-configs/cluster-1.18.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 30
30
# as we sync with Kubernetes upstream
31
31
config : .github/workflows/kind-configs/cluster-1.26.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
with :
18
18
submodules : true
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments