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 31
31
- pylint-examples
32
32
- black-check
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v3
35
35
- uses : actions/setup-python@v2
36
36
with :
37
37
python-version : 3.8
Original file line number Diff line number Diff line change 37
37
# - integ-slow
38
38
# - examples
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
- uses : actions/setup-python@v2
42
42
with :
43
43
python-version : ${{ matrix.python }}
59
59
- sourcebuildcheck
60
60
- test-upstream-requirements-py37
61
61
steps :
62
- - uses : actions/checkout@v2
62
+ - uses : actions/checkout@v3
63
63
- uses : actions/setup-python@v1
64
64
with :
65
65
python-version : 3.7
Original file line number Diff line number Diff line change 9
9
environment : repo-sync
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : repo-sync/github-sync@v2
14
14
name : Sync repo to branch
15
15
with :
You can’t perform that action at this time.
0 commit comments