File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
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@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v4
16
16
with :
17
17
# The oracle will run on a Python 3.9 Lamba
38
38
- flake8-tests
39
39
- pylint-tests
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
- uses : actions/setup-python@v4
43
43
with :
44
44
python-version : 3.9
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@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : actions/setup-python@v4
32
32
with :
33
33
python-version : 3.8
Original file line number Diff line number Diff line change 42
42
aws-access-key-id : ${{ secrets.INTEG_AWS_ACCESS_KEY_ID }}
43
43
aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
44
44
aws-region : us-west-2
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- uses : actions/setup-python@v4
47
47
with :
48
48
python-version : ${{ matrix.python }}
69
69
- flake8-tests
70
70
- pylint-tests
71
71
steps :
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
- uses : actions/setup-python@v4
74
74
with :
75
75
python-version : 3.9
Original file line number Diff line number Diff line change 52
52
- os : macos-latest
53
53
architecture : x86
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
- uses : actions/setup-python@v4
57
57
with :
58
58
python-version : ${{ matrix.python }}
73
73
- nocmk
74
74
- test-upstream-requirements-py37
75
75
steps :
76
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@v4
77
77
- uses : actions/setup-python@v4
78
78
with :
79
79
python-version : 3.7
93
93
- nocmk
94
94
- test-upstream-requirements-py311
95
95
steps :
96
- - uses : actions/checkout@v3
96
+ - uses : actions/checkout@v4
97
97
- uses : actions/setup-python@v4
98
98
with :
99
99
python-version : " 3.11"
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@v3
12
+ - uses : actions/checkout@v4
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