File tree 4 files changed +6
-6
lines changed
python_library/.github/workflows
python_notebooks_testing_pipeline/.github/workflows
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " {{ unit_test_python_versions | last }}"
16
16
- name : Install nox
26
26
- name : Checkout
27
27
uses : actions/checkout@v3
28
28
- name : Setup Python
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : " {{ unit_test_python_versions | last }}"
32
32
- name : Install nox
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " {{ unit_test_python_versions | last }}"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 13
13
- name : Checkout
14
14
uses : actions/checkout@v3
15
15
- name : Setup Python
16
- uses : actions/setup-python@v3
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ${{ '{{' }} matrix.python {{ '}}' }}
19
19
- name : Install nox
39
39
- name : Checkout
40
40
uses : actions/checkout@v3
41
41
- name : Setup Python
42
- uses : actions/setup-python@v3
42
+ uses : actions/setup-python@v4
43
43
with :
44
44
python-version : " {{ unit_test_python_versions | last }}"
45
45
- name : Install coverage
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Set up Python
10
- uses : actions/setup-python@v3
10
+ uses : actions/setup-python@v4
11
11
- name : Fetch pull request branch
12
12
uses : actions/checkout@v3
13
13
with :
You can’t perform that action at this time.
0 commit comments