File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v7
4747
4848 - name : Set up Python
49- uses : actions/setup-python@v6
49+ uses : actions/setup-python@v7
5050 with :
5151 cache : " pip"
5252 cache-dependency-path : " requirements/documentation.txt"
Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v7
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v6
33+ uses : actions/setup-python@v7
3434 with :
3535 cache : " pip"
3636 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v7
3232
3333 - name : Setup Python
34- uses : actions/setup-python@v6
34+ uses : actions/setup-python@v7
3535 with :
3636 python-version : ${{ env.PYTHON_VERSION }}
3737
6969 uses : actions/checkout@v7
7070
7171 - name : Setup Python
72- uses : actions/setup-python@v6
72+ uses : actions/setup-python@v7
7373 with :
7474 cache : " pip"
7575 cache-dependency-path : " requirements/packaging.txt"
@@ -126,7 +126,7 @@ jobs:
126126 uses : actions/checkout@v7
127127
128128 - name : Setup Python
129- uses : actions/setup-python@v6
129+ uses : actions/setup-python@v7
130130 with :
131131 cache : " pip"
132132 cache-dependency-path : " requirements/packaging.txt"
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v7
1919
2020 - name : Setup Python
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 cache : " pip"
2424 cache-dependency-path : " requirements/packaging.txt"
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v7
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 cache : " pip"
2828 cache-dependency-path : " requirements/packaging.txt"
Original file line number Diff line number Diff line change 3232 uses : actions/checkout@v7
3333
3434 - name : Set up Python
35- uses : actions/setup-python@v6
35+ uses : actions/setup-python@v7
3636 with :
3737 cache : " pip"
3838 cache-dependency-path : " requirements/testing.txt"
You can’t perform that action at this time.
0 commit comments