File tree Expand file tree Collapse file tree
synthtool/gcp/templates/python_library/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 - name : Setup Python
1313 uses : actions/setup-python@v3
1414 with :
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v3
2828 - name : Setup Python
2929 uses : actions/setup-python@v3
3030 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v3
1212 - name : Setup Python
1313 uses : actions/setup-python@v3
1414 with :
Original file line number Diff line number Diff line change 1111 python : {{unit_test_python_versions}}
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v3
1515 - name : Setup Python
1616 uses : actions/setup-python@v3
1717 with :
3737 - unit
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v2
40+ uses : actions/checkout@v3
4141 - name : Setup Python
4242 uses : actions/setup-python@v3
4343 with :
You can’t perform that action at this time.
0 commit comments