File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ jobs:
1717 matrix :
1818 name : [
1919 " ubuntu-py37" ,
20- " ubuntu-py36 " ,
20+ " ubuntu-py311 " ,
2121 ]
2222 include :
2323 - name : " ubuntu-py37"
2424 os : ubuntu-latest
2525 python-version : 3.7
26- - name : " ubuntu-py36 "
26+ - name : " ubuntu-py311 "
2727 os : ubuntu-latest
28- python-version : 3.6
28+ python-version : 3.11
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v2
32+ uses : actions/setup-python@v4
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 - name : Install dependencies
Original file line number Diff line number Diff line change 1010 name : publish release
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - name : Set up Python 3.8
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : 3.8
1818 - name : 🔗 Install dependencies
You can’t perform that action at this time.
0 commit comments