File tree Expand file tree Collapse file tree
packages/google-cloud-core/.github Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16- digest : sha256:e7bb19d47c13839fe8c147e50e02e8b6cf5da8edd1af8b82208cd6f66cc2829c
17- # created: 2022-07-05T18:31:20.838186805Z
16+ digest : sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3
17+ # created: 2022-08-09T15:58:56.463048506Z
Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v3
1212 - name : Setup Python
13- uses : actions/setup-python@v3
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : " 3.10"
1616 - name : Install nox
2626 - name : Checkout
2727 uses : actions/checkout@v3
2828 - name : Setup Python
29- uses : actions/setup-python@v3
29+ uses : actions/setup-python@v4
3030 with :
3131 python-version : " 3.10"
3232 - name : Install nox
Original file line number Diff line number Diff line change 1010 - name : Checkout
1111 uses : actions/checkout@v3
1212 - name : Setup Python
13- uses : actions/setup-python@v3
13+ uses : actions/setup-python@v4
1414 with :
15- python-version : " 3.10 "
15+ python-version : " 3.7 "
1616 - name : Install nox
1717 run : |
1818 python -m pip install --upgrade setuptools pip wheel
Original file line number Diff line number Diff line change 1313 - name : Checkout
1414 uses : actions/checkout@v3
1515 - name : Setup Python
16- uses : actions/setup-python@v3
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : ${{ matrix.python }}
1919 - name : Install nox
3939 - name : Checkout
4040 uses : actions/checkout@v3
4141 - name : Setup Python
42- uses : actions/setup-python@v3
42+ uses : actions/setup-python@v4
4343 with :
4444 python-version : " 3.10"
4545 - name : Install coverage
You can’t perform that action at this time.
0 commit comments