File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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:ed1f9983d5a935a89fe8085e8bb97d94e41015252c5b6c9771257cf8624367e6
16
+ digest : sha256:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v2
12
12
- name : Setup Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v3
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install nox
26
26
- name : Checkout
27
27
uses : actions/checkout@v2
28
28
- name : Setup Python
29
- uses : actions/setup-python@v2
29
+ uses : actions/setup-python@v3
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@v2
12
12
- name : Setup Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v3
14
14
with :
15
15
python-version : " 3.7"
16
16
- name : Install nox
You can’t perform that action at this time.
0 commit comments