File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 6060 - name : Set up Python
6161 uses : actions/setup-python@v5
6262 with :
63- python-version : >-
64- 3.10
63+ python-version : " 3.11"
64+ cache : " pip"
65+ cache-dependency-path : " requirements.txt"
6566
6667 - name : Install Python tooling
6768 run : python -m pip install --upgrade nox virtualenv sphinx-lint
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 - linkcheck
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v4
30+ uses : actions/setup-python@v5
3131 with :
3232 python-version : " 3.11"
3333 cache : ' pip'
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Grab the repo src
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0 # To reach the common commit
2525 - name : Set up git user as [bot]
@@ -51,10 +51,11 @@ jobs:
5151 git merge '${{ github.event.repository.default_branch }}'
5252
5353 - name : Set up Python
54- uses : actions/setup-python@v4
54+ uses : actions/setup-python@v5
5555 with :
56- python-version : >-
57- 3.10
56+ python-version : " 3.11"
57+ cache : " pip"
58+ cache-dependency-path : " requirements.txt"
5859
5960 - name : Install Python tooling
6061 run : python -m pip install --upgrade nox virtualenv
You can’t perform that action at this time.
0 commit comments