File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 python : ["3.10"]
1616
1717 steps :
18- - uses : actions/checkout@v1
18+ - uses : actions/checkout@v3
1919 - name : Set up Python ${{ matrix.python }}
20- uses : actions/setup-python@v1
20+ uses : actions/setup-python@v4
2121 with :
2222 python-version : ${{ matrix.python }}
2323 - name : Install dependencies
3838 lint :
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v1
41+ - uses : actions/checkout@v3
4242 - name : Set up Python
43- uses : actions/setup-python@v1
43+ uses : actions/setup-python@v4
4444 with :
4545 python-version : " 3.10"
4646 - name : Install dependencies
6262 docs :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v1
65+ - uses : actions/checkout@v3
6666 - name : Set up Python
67- uses : actions/setup-python@v1
67+ uses : actions/setup-python@v4
6868 with :
6969 python-version : " 3.10"
7070 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments