File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v3
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v3
37+ uses : actions/setup-python@v4
3838 with :
3939 python-version : ' ${{ matrix.python-version }}'
4040 - name : Install dependencies
8282 - name : Check out Git repository
8383 uses : actions/checkout@v3
8484 - name : Set up Python ${{ matrix.python-version }}
85- uses : actions/setup-python@v3
85+ uses : actions/setup-python@v4
8686 with :
8787 python-version : 3.10.3
8888 - name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107107 - name : Check out Git repository
108108 uses : actions/checkout@v3
109109 - name : Set up Python ${{ matrix.python-version }}
110- uses : actions/setup-python@v3
110+ uses : actions/setup-python@v4
111111 with :
112112 python-version : 3.10.3
113113 - name : Install dependencies
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v2
1111 - name : Install Python
12- uses : actions/setup-python@v2
12+ uses : actions/setup-python@v4
1313 with :
1414 python-version : " 3.10"
1515 - name : Install Sphinx
Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v3
1010 - name : Set up Python 3.10
11- uses : actions/setup-python@v3
11+ uses : actions/setup-python@v4
1212 with :
1313 python-version : " 3.10"
1414 - name : Install deploy dependencies
You can’t perform that action at this time.
0 commit comments