File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
tests :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- uses : actions/setup-python@v2
16
16
with :
17
17
# The oracle runs in a Python 3.6 Lamba
38
38
- flake8-tests
39
39
- pylint-tests
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- uses : actions/setup-python@v1
43
43
with :
44
44
python-version : 3.8
Original file line number Diff line number Diff line change 27
27
- black-check
28
28
- isort-check
29
29
steps :
30
- - uses : actions/checkout@v2
30
+ - uses : actions/checkout@v3
31
31
- uses : actions/setup-python@v2
32
32
with :
33
33
python-version : 3.8
Original file line number Diff line number Diff line change 45
45
aws-access-key-id : ${{ secrets.INTEG_AWS_ACCESS_KEY_ID }}
46
46
aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
47
47
aws-region : us-west-2
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
- uses : actions/setup-python@v2
50
50
with :
51
51
python-version : ${{ matrix.python }}
72
72
- flake8-tests
73
73
- pylint-tests
74
74
steps :
75
- - uses : actions/checkout@v2
75
+ - uses : actions/checkout@v3
76
76
- uses : actions/setup-python@v1
77
77
with :
78
78
python-version : 3.8
Original file line number Diff line number Diff line change 50
50
- os : macos-latest
51
51
architecture : x86
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v3
54
54
- uses : actions/setup-python@v2
55
55
with :
56
56
python-version : ${{ matrix.python }}
71
71
- nocmk
72
72
- test-upstream-requirements-py37
73
73
steps :
74
- - uses : actions/checkout@v2
74
+ - uses : actions/checkout@v3
75
75
- uses : actions/setup-python@v1
76
76
with :
77
77
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