File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
packages/google-cloud-video-live-stream/.github Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 4
4
# you may not use this file except in compliance with the License.
5
5
# You may obtain a copy of the License at
6
6
#
7
- # http://www.apache.org/licenses/LICENSE-2.0
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
8
#
9
9
# Unless required by applicable law or agreed to in writing, software
10
10
# distributed under the License is distributed on an "AS IS" BASIS,
11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
15
14
docker :
16
15
image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
17
- digest : sha256:d22cd2ddce65fdac6986f115563faf2fc81482b09dfbea83ac2808c92ecfdff0
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.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@v2
15
15
- name : Setup Python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v3
17
17
with :
18
18
python-version : ${{ matrix.python }}
19
19
- name : Install nox
39
39
- name : Checkout
40
40
uses : actions/checkout@v2
41
41
- name : Setup Python
42
- uses : actions/setup-python@v2
42
+ uses : actions/setup-python@v3
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