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:660abdf857d3ab9aabcd967c163c70e657fcc5653595c709263af5f3fa23ef67
16
+ digest : sha256:6162c384d685c5fe22521d3f37f6fc732bf99a085f6d47b677dbcae97fc21392
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 :
You can’t perform that action at this time.
0 commit comments