File tree 3 files changed +10
-10
lines changed
synthtool/gcp/templates/python_library/.github/workflows
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
- name : Setup Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.9"
16
16
- name : Install nox
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Setup Python
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : " 3.10"
32
32
- name : Install nox
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
- name : Setup Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " {{ default_python_version }}"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 11
11
python : {{unit_test_python_versions}}
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Setup Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ${{ '{{' }} matrix.python {{ '}}' }}
19
19
- name : Install nox
37
37
- unit
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
- name : Setup Python
42
- uses : actions/setup-python@v4
42
+ uses : actions/setup-python@v5
43
43
with :
44
44
python-version : " {{ default_python_version }}"
45
45
- name : Install coverage
You can’t perform that action at this time.
0 commit comments