File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 steps :
1313 - uses : actions/checkout@v3
14- - uses : actions/setup-python@v3
14+ - uses : actions/setup-python@v4
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 - run : .github/workflows/setup-${{ matrix.os }}.sh
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v3
25- - uses : actions/setup-python@v3
25+ - uses : actions/setup-python@v4
2626 with :
2727 python-version : " 3.10"
2828 - run : pip install -e .
4242 runs-on : ubuntu-latest
4343 steps :
4444 - uses : actions/checkout@v3
45- - uses : actions/setup-python@v3
45+ - uses : actions/setup-python@v4
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 - run : pip install -e .
5353 runs-on : ubuntu-latest
5454 steps :
5555 - uses : actions/checkout@v3
56- - uses : actions/setup-python@v3
56+ - uses : actions/setup-python@v4
5757 with :
5858 python-version : " 3.10"
5959 - run : sudo apt-get update && sudo apt-get install -y docutils-common
You can’t perform that action at this time.
0 commit comments