@@ -45,13 +45,13 @@ jobs:
4545 runs-on : ubuntu-latest
4646
4747 steps :
48- - uses : actions/checkout@v1
48+ - uses : actions/checkout@v2
4949 with :
5050 fetch-depth : 50
5151 submodules : true
5252
5353 - name : Set up Python 3.7
54- uses : actions/setup-python@v1
54+ uses : actions/setup-python@v2
5555 with :
5656 python-version : 3.7
5757
7070 runs-on : ${{ matrix.os }}
7171 strategy :
7272 matrix :
73- python-version : [3.5, 3.6, 3.7, 3.8]
73+ python-version : [3.5, 3.6, 3.7, 3.8, 3.9 ]
7474 os : [ubuntu-16.04, macos-latest, windows-latest]
7575 exclude :
7676 # Python 3.5 is unable to properly
@@ -80,13 +80,13 @@ jobs:
8080 python-version : 3.5
8181
8282 steps :
83- - uses : actions/checkout@v1
83+ - uses : actions/checkout@v2
8484 with :
8585 fetch-depth : 50
8686 submodules : true
8787
8888 - name : Set up Python ${{ matrix.python-version }}
89- uses : actions/setup-python@v1
89+ uses : actions/setup-python@v2
9090 with :
9191 python-version : ${{ matrix.python-version }}
9292
@@ -130,7 +130,7 @@ jobs:
130130 runs-on : ubuntu-latest
131131
132132 steps :
133- - uses : actions/checkout@v1
133+ - uses : actions/checkout@v2
134134 with :
135135 fetch-depth : 5
136136 submodules : false
0 commit comments