File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
synthtool/gcp/templates/python_library/.github/workflows Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
12
- name : Setup Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v3
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@v2
28
28
- name : Setup Python
29
- uses : actions/setup-python@v2
29
+ uses : actions/setup-python@v3
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@v2
12
12
- name : Setup Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v3
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@v2
15
15
- name : Setup Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v3
17
17
with :
18
18
python-version : ${{ '{{' }} matrix.python {{ '}}' }}
19
19
- name : Install nox
39
39
- name : Checkout
40
40
uses : actions/checkout@v2
41
41
- name : Setup Python
42
- uses : actions/setup-python@v2
42
+ uses : actions/setup-python@v3
43
43
with :
44
44
python-version : " {{ unit_test_python_versions | last }}"
45
45
- name : Install coverage
You can’t perform that action at this time.
0 commit comments