File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v2
15
- - uses : actions/setup-python@v1
15
+ - uses : actions/setup-python@v2
16
16
with :
17
17
# The oracle runs in a Python 3.6 Lamba
18
18
python-version : 3.6
Original file line number Diff line number Diff line change 28
28
- isort-check
29
29
steps :
30
30
- uses : actions/checkout@v2
31
- - uses : actions/setup-python@v1
31
+ - uses : actions/setup-python@v2
32
32
with :
33
33
python-version : 3.8
34
34
- run : |
Original file line number Diff line number Diff line change 47
47
aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
48
48
aws-region : us-west-2
49
49
- uses : actions/checkout@v2
50
- - uses : actions/setup-python@v1
50
+ - uses : actions/setup-python@v2
51
51
with :
52
52
python-version : ${{ matrix.python }}
53
53
architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 52
52
architecture : x86
53
53
steps :
54
54
- uses : actions/checkout@v2
55
- - uses : actions/setup-python@v1
55
+ - uses : actions/setup-python@v2
56
56
with :
57
57
python-version : ${{ matrix.python }}
58
58
architecture : ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments