File tree 4 files changed +7
-7
lines changed
packages/google-cloud-functions/.github
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16
- digest : sha256:9db98b055a7f8bd82351238ccaacfd3cda58cdf73012ab58b8da146368330021
17
- # created: 2022-07-25T16:02:49.174178716Z
16
+ digest : sha256:c6c965a4bf40c19011b11f87dbc801a66d3a23fbc6704102be064ef31c51f1c3
17
+ # created: 2022-08-09T15:58:56.463048506Z
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install nox
26
26
- name : Checkout
27
27
uses : actions/checkout@v3
28
28
- name : Setup Python
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : " 3.10"
32
32
- name : Install nox
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 13
13
- name : Checkout
14
14
uses : actions/checkout@v3
15
15
- name : Setup Python
16
- uses : actions/setup-python@v3
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ${{ matrix.python }}
19
19
- name : Install nox
39
39
- name : Checkout
40
40
uses : actions/checkout@v3
41
41
- name : Setup Python
42
- uses : actions/setup-python@v3
42
+ uses : actions/setup-python@v4
43
43
with :
44
44
python-version : " 3.10"
45
45
- name : Install coverage
You can’t perform that action at this time.
0 commit comments