File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.18.yaml
32
32
- name : Set up Python ${{ matrix.python-version }}
33
- uses : actions/setup-python@v2.2.2
33
+ uses : actions/setup-python@v2.3.0
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@v2.2.2
33
+ uses : actions/setup-python@v2.3.0
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@v2.2.2
33
+ uses : actions/setup-python@v2.3.0
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@v2.2.2
33
+ uses : actions/setup-python@v2.3.0
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@v2.2.2
33
+ uses : actions/setup-python@v2.3.0
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 15
15
with :
16
16
submodules : true
17
17
- name : Set up Python ${{ matrix.python-version }}
18
- uses : actions/setup-python@v2.2.2
18
+ uses : actions/setup-python@v2.3.0
19
19
with :
20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments