File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 uses : actions/checkout@v5
4747
4848 - name : Set up Python
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 with :
5151 cache : " pip"
5252 cache-dependency-path : " requirements/documentation.txt"
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 cache : " pip"
3737 python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 1818 uses : actions/checkout@v5
1919
2020 - name : Setup Python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
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@v5
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 cache : " pip"
2828 cache-dependency-path : " requirements/packaging.txt"
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 cache : " pip"
3737 cache-dependency-path : " requirements/testing.txt"
You can’t perform that action at this time.
0 commit comments