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 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
- name : Setup Python
13
13
uses : actions/setup-python@v3
14
14
with :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v3
28
28
- name : Setup Python
29
29
uses : actions/setup-python@v3
30
30
with :
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@v2
11
+ uses : actions/checkout@v3
12
12
- name : Setup Python
13
13
uses : actions/setup-python@v3
14
14
with :
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@v2
14
+ uses : actions/checkout@v3
15
15
- name : Setup Python
16
16
uses : actions/setup-python@v3
17
17
with :
37
37
- unit
38
38
steps :
39
39
- name : Checkout
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
- name : Setup Python
42
42
uses : actions/setup-python@v3
43
43
with :
You can’t perform that action at this time.
0 commit comments